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 | 1110110010110001100101001110110110011000101011111110110110011000101001111110110010110001100101111110110010100111101110011110110110011000100111010100001001000110 | ecb194ed98afed98a7ecb197eca7b9ed989d4246 |
UHC | 챔혯혧챗짹혝BF | 1100001110101000110000101001011011000010100011111100001110101010110000101011000111000010100001110100001001000110 | c3a8c296c28fc3aac2b1c2874246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)