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 | ?C???^ | 001111110100001100111111001111110011111101011110 | 3f433f3f3f5e |
SJIS-WIN | ?C???^ | 001111110100001100111111001111110011111101011110 | 3f433f3f3f5e |
EUC-JP | ?C???^ | 001111110100001100111111001111110011111101011110 | 3f433f3f3f5e |
UTF-8 | 채C혥챌혥^ | 1110110010110001100001000100001111101101100110001010010111101100101100011000110011101101100110001010010101011110 | ecb18443ed98a5ecb18ced98a55e |
UHC | 채C혥챌혥^ | 11000011101001000100001111000010100011011100001110100111110000101000110101011110 | c3a443c28dc3a7c28d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)