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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 廛鶩B | 1001110001000100111010100100111001000010 | 9c44ea4e42 |
EUC-JP | 廛鶩B | 1101011110100101111100111010111101000010 | d7a5f3af42 |
UTF-8 | 廛鶩B | 11100101101110111001101111101001101101101010100101000010 | e5bb9be9b6a942 |
UHC | 廛鶩B | 1110111011111000110110011101000001000010 | eef8d9d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)