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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞜駆∟顯 | 1110100011011111100010111110110010000111100110001110100011111011 | e8df8bec8798e8fb |
EUC-JP | 鞜駆?顯 | 11110000111000011011011011101110001111111111000011111101 | f0e1b6ee3ff0fd |
UTF-8 | 鞜駆∟顯 | 111010011001111010011100111010011010011110000110111000101000100010011111111010011010000110101111 | e99e9ce9a786e2889fe9a1af |
UHC | ???顯 | 0011111100111111001111111111101011101001 | 3f3f3ffae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)