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 | 蓴哄 | 11100100111100011001100111111010 | e4f199fa |
EUC-JP | 蓴哄 | 11101000111100111101001011111100 | e8f3d2fc |
UTF-8 | 蓴哄 | 111010001001001110110100111001011001001110000100 | e893b4e59384 |
UHC | 蓴哄 | 11100010111100011111101111101111 | e2f1fbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)