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 | ?H}i?H}iB | 001111110100100001111101011010010011111101001000011111010110100101000010 | 3f487d693f487d6942 |
SJIS-WIN | ?H}i?H}iB | 001111110100100001111101011010010011111101001000011111010110100101000010 | 3f487d693f487d6942 |
EUC-JP | ?H}i?H}iB | 001111110100100001111101011010010011111101001000011111010110100101000010 | 3f487d693f487d6942 |
UTF-8 | 혦H}i혦H}iB | 11101101100110001010011001001000011111010110100111101101100110001010011001001000011111010110100101000010 | ed98a6487d69ed98a6487d6942 |
UHC | 혦H}i혦H}iB | 1100001010001110010010000111110101101001110000101000111001001000011111010110100101000010 | c28e487d69c28e487d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)