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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 財???鼎 | 10001101111000000011111100111111001111111001001101000011 | 8de03f3f3f9343 |
EUC-JP | 財???鼎 | 10111010111000100011111100111111001111111100010110100100 | bae23f3f3fc5a4 |
UTF-8 | 財렦渽렜鼎 | 111010001011001010100001111010111010000010100110111001101011100010111101111010111010000010011100111010011011110010001110 | e8b2a1eba0a6e6b8bdeba09ce9bc8e |
UHC | 財렦渽렜鼎 | 11101110101011111000111010110101111011101010101010001110101011101111000010100011 | eeaf8eb5eeaa8eaef0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)