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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 챗횩E챗횩EB | 111011001011000110010111111011011001101010101001010001011110110010110001100101111110110110011010101010010100010101000010 | ecb197ed9aa945ecb197ed9aa94542 |
UHC | 챗횩E챗횩EB | 1100001110101010110000111001111101000101110000111010101011000011100111110100010101000010 | c3aac39f45c3aac39f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)