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 | 喟痾喟疼涌 | 10011010010111111110000101111101100110100101111111100001011101011001011101001111 | 9a5fe17d9a5fe175974f |
EUC-JP | 喟痾喟疼涌 | 11010011110000001110000111011110110100111100000011100001110101101100110110110000 | d3c0e1ded3c0e1d6cdb0 |
UTF-8 | 喟痾喟疼涌 | 111001011001011010011111111001111001011110111110111001011001011010011111111001111001011010111100111001101011011010001100 | e5969fe797bee5969fe796bce6b68c |
UHC | ???疼涌 | 00111111001111110011111111010100110110011110100110111111 | 3f3f3fd4d9e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)