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 | 111010111010000110010000111010111010000110011010010001011110101110100001100100001110101110100001100110100100010101000010 | eba190eba19a45eba190eba19a4542 |
UHC | 롐롚E롐롚EB | 1000111011010110100011101101111001000101100011101101011010001110110111100100010101000010 | 8ed68ede458ed68ede4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)