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 | 111011011001101010000100111011001010011110100010010001011110110110011010100001001110110010100111101000100100010101000010 | ed9a84eca7a245ed9a84eca7a24542 |
UHC | 횄짢E횄짢EB | 1100001110000011110000101010100001000101110000111000001111000010101010000100010101000010 | c383c2a845c383c2a84542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)