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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鴃翦 | 11101001111011101110001111000110 | e9eee3c6 |
EUC-JP | 鴃翦 | 11110010111100001110011011001000 | f2f0e6c8 |
UTF-8 | 鴃翦 | 111010011011010010000011111001111011111110100110 | e9b483e7bfa6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)