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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 濡??@B | 100101000100011100111111001111110100000001000010 | 94473f3f4042 |
EUC-JP | 濡??@B | 110001111010100000111111001111110100000001000010 | c7a83f3f4042 |
UTF-8 | 濡먮죻@B | 1110011010111111101000011110101110101000101011101110110010100011101110110100000001000010 | e6bfa1eba8aeeca3bb4042 |
UHC | 濡먮죻@B | 1110101110100001100100001110101110100001100101010100000001000010 | eba190eba1954042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)