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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?蒙i?蒙iB | 001111111001011011010110011010010011111110010110110101100110100101000010 | 3f96d6693f96d66942 |
EUC-JP | ?蒙i?蒙iB | 001111111100110011011000011010010011111111001100110110000110100101000010 | 3fccd8693fccd86942 |
UTF-8 | 젓蒙i젓蒙iB | 111011001010000010010011111010001001001010011001011010011110110010100000100100111110100010010010100110010110100101000010 | eca093e8929969eca093e892996942 |
UHC | 젓蒙i젓蒙iB | 1100000110100011110110011101010101101001110000011010001111011001110101010110100101000010 | c1a3d9d569c1a3d9d56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)