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 | 趺滔圓 | 111001101110010110011111111010111001101010100010 | e6e59feb9aa2 |
EUC-JP | 趺滔圓 | 111011001110011111011110111011011101010010100100 | ece7deedd4a4 |
UTF-8 | 趺滔圓 | 111010001011011010111010111001101011101110010100111001011001110010010011 | e8b6bae6bb94e59c93 |
UHC | 趺滔圓 | 110111011011101011010100101001011110101010101101 | ddbad4a5eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)