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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 竪湛息B | 10010010010001111001001001011000100100011010011101000010 | 9247925891a742 |
EUC-JP | 竪湛息B | 11000011101010001100001110111001110000101010100101000010 | c3a8c3b9c2a942 |
UTF-8 | 竪湛息B | 11100111101010111010101011100110101110011001101111100110100000011010111101000010 | e7abaae6b99be681af42 |
UHC | 竪湛息B | 11100010101101011101001111000000111000111101001101000010 | e2b5d3c0e3d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)