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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸邯獨 | 111001011111100011100111101101101110000011010101 | e5f8e7b6e0d5 |
EUC-JP | 褸邯獨 | 111010101111101011101110101110001110000011010111 | eafaeeb8e0d7 |
UTF-8 | 褸邯獨 | 111010001010010010111000111010011000001010101111111001111000110110101000 | e8a4b8e982afe78da8 |
UHC | 褸邯獨 | 110101111010111011001010111110111101010010111100 | d7aecafbd4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)