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 | 壹呂 | 10011010111000111001100001000011 | 9ae39843 |
EUC-JP | 壹呂 | 11010100111001011100111110100100 | d4e5cfa4 |
UTF-8 | 壹呂 | 111001011010001110111001111001011001000110000010 | e5a3b9e59182 |
UHC | 壹呂 | 11101100111011001101010111100101 | ececd5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)