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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 蠖零「ヲ@h | 1110010110111101100101111110101110100010101001100100000001101000 | e5bd97eba2a64068 |
EUC-JP | 蠖零「ヲ@h | 11101010101111111100111011101101100011101010001010001110101001100100000001101000 | eabfceed8ea28ea64068 |
UTF-8 | 蠖零「ヲ@h | 1110100010100000100101101110100110011011101101101110111110111101101000101110111110111101101001100100000001101000 | e8a096e99bb6efbda2efbda64068 |
UHC | ?零??@h | 00111111110101101100001100111111001111110100000001101000 | 3fd6c33f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)