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 | èìê¶ | 1110100010011000100101101110110010010010100011101110101010110110 | e89896ec928eeab6 |
SJIS-WIN | ???????¶ | 001111110011111100111111001111110011111100111111001111111000000111110111 | 3f3f3f3f3f3f3f81f7 |
EUC-JP | è??ì??ê¶ | 100011111010101110110010001111110011111110001111101010111100000000111111001111111000111110101011101101001010001011111001 | 8fabb23f3f8fabc03f3f8fabb4a2f9 |
UTF-8 | èìê¶ | 11000011101010001100001010011000110000101001011011000011101011001100001010010010110000101000111011000011101010101100001010110110 | c3a8c298c296c3acc292c28ec3aac2b6 |
UHC | ???????¶ | 001111110011111100111111001111110011111100111111001111111010001011010010 | 3f3f3f3f3f3f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)