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????^ | 00111111010000110011111100111111001111110011111101011110 | 3f433f3f3f3f5e |
SJIS-WIN | ?C????^ | 00111111010000110011111100111111001111110011111101011110 | 3f433f3f3f3f5e |
EUC-JP | ?C????^ | 00111111010000110011111100111111001111110011111101011110 | 3f433f3f3f3f5e |
UTF-8 | 채C혧챌혡짤^ | 1110110010110001100001000100001111101101100110001010011111101100101100011000110011101101100110001010000111101100101001111010010001011110 | ecb18443ed98a7ecb18ced98a1eca7a45e |
UHC | 채C혧챌혡짤^ | 110000111010010001000011110000101000111111000011101001111100001010001010110000101010100101011110 | c3a443c28fc3a7c28ac2a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)