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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬣毘羚 | 111010011010010110010100111110011110001110110111 | e9a594f9e3b7 |
EUC-JP | 鬣毘羚 | 111100101010011111001000111110111110011010111001 | f2a7c8fbe6b9 |
UTF-8 | 鬣毘羚 | 111010011010110010100011111001101010111110011000111001111011111010011010 | e9aca3e6af98e7be9a |
UHC | ?毘羚 | 0011111111011101111100101101011010111110 | 3fddf2d6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)