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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 鶯辞鴟失W | 111010011111001010001110101010111110100111110100100011101011100001010111 | e9f28eabe9f48eb857 |
EUC-JP | 鶯辞鴟失W | 111100101111010010111100101011011111001011110110101111001011101001010111 | f2f4bcadf2f6bcba57 |
UTF-8 | 鶯辞鴟失W | 11101001101101101010111111101000101111101001111011101001101101001001111111100101101001001011000101010111 | e9b6afe8be9ee9b49fe5a4b157 |
UHC | 鶯??失W | 11100101101000110011111100111111111000111111011101010111 | e5a33f3fe3f757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)