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 | 息臓息淡息 | 10010001101001111001000110011111100100011010011110010010010101111001000110100111 | 91a7919f91a7925791a7 |
EUC-JP | 息臓息淡息 | 11000010101010011100001010100001110000101010100111000011101110001100001010101001 | c2a9c2a1c2a9c3b8c2a9 |
UTF-8 | 息臓息淡息 | 111001101000000110101111111010001000011110010011111001101000000110101111111001101011011110100001111001101000000110101111 | e681afe88793e681afe6b7a1e681af |
UHC | 息?息淡息 | 111000111101001100111111111000111101001111010011101111111110001111010011 | e3d33fe3d3d3bfe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)