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 | 重?佇?鼎 | 1000111101100100001111111001100011001000001111111001001101000011 | 8f643f98c83f9343 |
EUC-JP | 重?佇?鼎 | 1011110111000101001111111101000011001010001111111100010110100100 | bdc53fd0ca3fc5a4 |
UTF-8 | 重렮佇렑鼎 | 111010011000011110001101111010111010000010101110111001001011110110000111111010111010000010010001111010011011110010001110 | e9878deba0aee4bd87eba091e9bc8e |
UHC | 重렮佇렑鼎 | 11110001111011001000111010111011111011101011011110001110101001101111000010100011 | f1ec8ebbeeb78ea6f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)