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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
UTF-8 | 찾청혦혣혘징BF | 1110110010110000101111101110110010110010101011011110110110011000101001101110110110011000101000111110110110011000100110001110110010100111100101010100001001000110 | ecb0beecb2aded98a6ed98a3ed9898eca7954246 |
UHC | 찾청혦혣혘징BF | 1100001110100011110000111011101111000010100011101100001010001100110000101000001111000010101000010100001001000110 | c3a3c3bbc28ec28cc283c2a14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)