To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮨伎ソー孖シ | 111010011011110110001010111010101011111110110000111110101010011010111100 | e9bd8aeabfb0faa6bc |
EUC-JP | 鮨伎ソー孖シ | 11110010101111111011010011101100100011101011111110001110101100001000111110111010101111101000111010111100 | f2bfb4ec8ebf8eb08fbabe8ebc |
UTF-8 | 鮨伎ソー孖シ | 111010011010111010101000111001001011110010001110111011111011110110111111111011111011110110110000111001011010110110010110111011111011110110111100 | e9aea8e4bc8eefbdbfefbdb0e5ad96efbdbc |
UHC | ?伎???? | 00111111110100001110101100111111001111110011111100111111 | 3fd0eb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)