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 | 辜薪 | 11100111100000111001000001100100 | e7839064 |
EUC-JP | 辜薪 | 11101101111000111011111111000101 | ede3bfc5 |
UTF-8 | 辜薪 | 111010001011111010011100111010001001011010101010 | e8be9ce896aa |
UHC | 辜薪 | 11001101110100001110001111101111 | cdd0e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)