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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 收??漱??H | 100111011011111000111111001111111001111111111001001111110011111101001000 | 9dbe3f3f9ff93f3f48 |
EUC-JP | 收??漱??H | 110110101100000000111111001111111101111011111011001111110011111101001000 | dac03f3fdefb3f3f48 |
UTF-8 | 收롰뢐漱땹뢗H | 11100110100101001011011011101011101000011011000011101011101000101001000011100110101111001011000111101011100101011011100111101011101000101001011101001000 | e694b6eba1b0eba290e6bcb1eb95b9eba29748 |
UHC | 收롰뢐漱땹뢗H | 11100010101001011000111011101101100011110100101111100010101010111000101110001111100011110101001001001000 | e2a58eed8f4be2ab8b8f8f5248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)