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 | 讌年^ | 1110011010100101100101000100111001011110 | e6a5944e5e |
EUC-JP | 讌年^ | 1110110010100111110001111010111101011110 | eca7c7af5e |
UTF-8 | 讌年^ | 11101000101011101000110011100101101110011011010001011110 | e8ae8ce5b9b45e |
UHC | ?年^ | 00111111110100101011010001011110 | 3fd2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)