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 | 渟???鼎 | 10011111110110010011111100111111001111111001001101000011 | 9fd93f3f3f9343 |
EUC-JP | 渟?焌?鼎 | 110111101101101100111111100011111100100111101000001111111100010110100100 | dedb3f8fc9e83fc5a4 |
UTF-8 | 渟렠焌렪鼎 | 111001101011100010011111111010111010000010100000111001111000010010001100111010111010000010101010111010011011110010001110 | e6b89feba0a0e7848ceba0aae9bc8e |
UHC | 渟렠焌렪鼎 | 11101111111001011000111010110001111100011110000010001110101110001111000010100011 | efe58eb1f1e08eb8f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)