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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 宋宋^ | 1001000101110110100100010111011001011110 | 917691765e |
EUC-JP | 宋宋^ | 1100000111010111110000011101011101011110 | c1d7c1d75e |
UTF-8 | 宋宋^ | 11100101101011101000101111100101101011101000101101011110 | e5ae8be5ae8b5e |
UHC | 宋宋^ | 1110000111100100111000011110010001011110 | e1e4e1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)