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 | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 鼠i鼠iB | 10010001011011000110100110010001011011000110100101000010 | 916c69916c6942 |
EUC-JP | 鼠i鼠iB | 11000001110011010110100111000001110011010110100101000010 | c1cd69c1cd6942 |
UTF-8 | 鼠i鼠iB | 111010011011110010100000011010011110100110111100101000000110100101000010 | e9bca069e9bca06942 |
UHC | 鼠i鼠iB | 11100000101010010110100111100000101010010110100101000010 | e0a969e0a96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)