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 | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 筽띰슁i筽띰슁iB | 111001111010110110111101111010111001110110110000111011001000101010000001011010011110011110101101101111011110101110011101101100001110110010001010100000010110100101000010 | e7adbdeb9db0ec8a8169e7adbdeb9db0ec8a816942 |
UHC | 筽띰슁i筽띰슁iB | 111010001010010010110110111011111011110110110011011010011110100010100100101101101110111110111101101100110110100101000010 | e8a4b6efbdb369e8a4b6efbdb36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)