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 | 00111111100011111110011101000010 | 3f8fe742 |
EUC-JP | ?冗B | 00111111101111101110100101000010 | 3fbee942 |
UTF-8 | 잨冗B | 11101100100111101010100011100101100001101001011101000010 | ec9ea8e5869742 |
UHC | 잨冗B | 1001111111110011111010011011011101000010 | 9ff3e9b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)