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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蓴磯カコB | 11100100111100011000100011101001101101101011101001000010 | e4f188e9b6ba42 |
EUC-JP | 蓴磯カコB | 111010001111001110110000111010111000111010110110100011101011101001000010 | e8f3b0eb8eb68eba42 |
UTF-8 | 蓴磯カコB | 11101000100100111011010011100111101000111010111111101111101111011011011011101111101111011011101001000010 | e893b4e7a3afefbdb6efbdba42 |
UHC | 蓴磯??B | 11100010111100011101000110110100001111110011111101000010 | e2f1d1b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)