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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 愁??^ | 1000111101000100001111110011111101011110 | 8f443f3f5e |
EUC-JP | 愁??^ | 1011110110100101001111110011111101011110 | bda53f3f5e |
UTF-8 | 愁뛿괱^ | 11100110100001001000000111101011100110111011111111101010101101001011000101011110 | e68481eb9bbfeab4b15e |
UHC | 愁뛿괱^ | 11100001111111101000110110000101100000100101100001011110 | e1fe8d8582585e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)