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 | 絖亥黄 | 111000110100110010001000111001011000100110101001 | e34c88e589a9 |
EUC-JP | 絖亥黄 | 111001011010110110110000111001111011001010101011 | e5adb0e7b2ab |
UTF-8 | 絖亥黄 | 111001111011010110010110111001001011101010100101111010011011101110000100 | e7b596e4baa5e9bb84 |
UHC | ?亥? | 00111111111110101010010000111111 | 3ffaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)