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 | 111010111010110010100111111010111010101110001111010001011110101110101100101001111110101110101011100011110100010101000010 | ebaca7ebab8f45ebaca7ebab8f4542 |
UHC | 묧뫏E묧뫏EB | 1001000111111110100100011011000101000101100100011111111010010001101100010100010101000010 | 91fe91b14591fe91b14542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)