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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 予??予??E | 100101110101110000111111001111111001011101011100001111110011111101000101 | 975c3f3f975c3f3f45 |
EUC-JP | 予??予??E | 110011011011110100111111001111111100110110111101001111110011111101000101 | cdbd3f3fcdbd3f3f45 |
UTF-8 | 予롰뎸予롰뎻E | 11100100101110101000100011101011101000011011000011101011100011101011100011100100101110101000100011101011101000011011000011101011100011101011101101000101 | e4ba88eba1b0eb8eb8e4ba88eba1b0eb8ebb45 |
UHC | 予롰뎸予롰뎻E | 11100101111110001000111011101101100010011000101111100101111110001000111011101101100010011000111001000101 | e5f88eed898be5f88eed898e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)