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 | 111011011001100010101000111011011001101010010010010001011110110110011000101010001110110110011010100100100100010101000010 | ed98a8ed9a9245ed98a8ed9a924542 |
UHC | 혨횒E혨횒EB | 1100001010010000110000111000110101000101110000101001000011000011100011010100010101000010 | c290c38d45c290c38d4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)