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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 息臓息歎息 | 10010001101001111001000110011111100100011010011110010010010101101001000110100111 | 91a7919f91a7925691a7 |
EUC-JP | 息臓息歎息 | 11000010101010011100001010100001110000101010100111000011101101111100001010101001 | c2a9c2a1c2a9c3b7c2a9 |
UTF-8 | 息臓息歎息 | 111001101000000110101111111010001000011110010011111001101000000110101111111001101010110110001110111001101000000110101111 | e681afe88793e681afe6ad8ee681af |
UHC | 息?息歎息 | 111000111101001100111111111000111101001111110111101001111110001111010011 | e3d33fe3d3f7a7e3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)