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 | 111010111010110010101000111010111010101110010001010001011110101110101100101010001110101110101011100100010100010101000010 | ebaca8ebab9145ebaca8ebab914542 |
UHC | 묨뫑E묨뫑EB | 1001001001000001100100011011001101000101100100100100000110010001101100110100010101000010 | 924191b345924191b34542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)