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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 濟?虞?H | 11100000010110100011111110001011111100010011111101001000 | e05a3f8bf13f48 |
EUC-JP | 濟?虞?H | 11011111101110110011111110110110111100110011111101001000 | dfbb3fb6f33f48 |
UTF-8 | 濟렠虞렋H | 11100110101111111001111111101011101000001010000011101000100110011001111011101011101000001000101101001000 | e6bf9feba0a0e8999eeba08b48 |
UHC | 濟렠虞렋H | 111100001010110110001110101100011110100111100101100011101010001001001000 | f0ad8eb1e9e58ea248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)