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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涌痾涌 | 100101110100111111100001011111011001011101001111 | 974fe17d974f |
EUC-JP | 涌痾涌 | 110011011011000011100001110111101100110110110000 | cdb0e1decdb0 |
UTF-8 | 涌痾涌 | 111001101011011010001100111001111001011110111110111001101011011010001100 | e6b68ce797bee6b68c |
UHC | 涌?涌 | 1110100110111111001111111110100110111111 | e9bf3fe9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)