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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | シ邯。寘式h | 1111000010100010101111001110011110110110101000011111101010101001100011101010111001101000 | f0a2bce7b6a1faa98eae68 |
EUC-JP | ?シ邯。寘式h | 00111111100011101011110011101110101110001000111010100001100011111011101011100001101111001011000001101000 | 3f8ebceeb88ea18fbae1bcb068 |
UTF-8 | シ邯。寘式h | 11101110100000011010000111101111101111011011110011101001100000101010111111101111101111011010000111100101101011111001100011100101101111001000111101101000 | ee81a1efbdbce982afefbda1e5af98e5bc8f68 |
UHC | ??邯??式h | 001111110011111111001010111110110011111100111111111000111101001001101000 | 3f3fcafb3f3fe3d268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)