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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 猩晳h猩 | 11100000110011011111101011011001011010001110000011001101 | e0cdfad968e0cd |
EUC-JP | 猩晳h猩 | 1110000011001111100011111100001011000100011010001110000011001111 | e0cf8fc2c468e0cf |
UTF-8 | 猩晳h猩 | 11100111100011001010100111100110100110011011001101101000111001111000110010101001 | e78ca9e699b368e78ca9 |
UHC | 猩晳h猩 | 11100000111110101110000010101111011010001110000011111010 | e0fae0af68e0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)