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 | 鶯辞鉑 | 111010011111001010001110101010111111101111001001 | e9f28eabfbc9 |
EUC-JP | 鶯辞鉑 | 11110010111101001011110010101101100011111110001111100001 | f2f4bcad8fe3e1 |
UTF-8 | 鶯辞鉑 | 111010011011011010101111111010001011111010011110111010011000100110010001 | e9b6afe8be9ee98991 |
UHC | 鶯?? | 11100101101000110011111100111111 | e5a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)