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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 琮詐??^ | 11111011011010101000110110111100001111110011111101011110 | fb6a8dbc3f3f5e |
EUC-JP | 琮詐??^ | 1000111111001100101100101011101010111110001111110011111101011110 | 8fccb2babe3f3f5e |
UTF-8 | 琮詐렰렊^ | 11100111100100001010111011101000101010011001000011101011101000001011000011101011101000001000101001011110 | e790aee8a990eba0b0eba08a5e |
UHC | 琮詐렰렊^ | 111100001111100111011110111100011000111010111101100011101010000101011110 | f0f9def18ebd8ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)