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 | 頸辞鴣 | 111010001111001010001110101010111110100111110011 | e8f28eabe9f3 |
EUC-JP | 頸辞鴣 | 111100001111010010111100101011011111001011110101 | f0f4bcadf2f5 |
UTF-8 | 頸辞鴣 | 111010011010000010111000111010001011111010011110111010011011010010100011 | e9a0b8e8be9ee9b4a3 |
UHC | 頸?? | 11001100111100100011111100111111 | ccf23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)