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 | 襦視〇^ | 11100110010000001000111010001011100000010101101001011110 | e6408e8b815a5e |
EUC-JP | 襦視〇^ | 11101011101000011011101111101011101000011011101101011110 | eba1bbeba1bb5e |
UTF-8 | 襦視〇^ | 11101000101001011010011011101000101001101001011011100011100000001000011101011110 | e8a5a6e8a696e380875e |
UHC | ?視?^ | 0011111111100011110010100011111101011110 | 3fe3ca3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)