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 | 甑???鼎 | 10001101100110010011111100111111001111111001001101000011 | 8d993f3f3f9343 |
EUC-JP | 甑???鼎 | 10111001111110010011111100111111001111111100010110100100 | b9f93f3f3fc5a4 |
UTF-8 | 甑흑렲렞鼎 | 111001111001010010010001111011011001110110010001111010111010000010110010111010111010000010011110111010011011110010001110 | e79491ed9d91eba0b2eba09ee9bc8e |
UHC | 甑흑렲렞鼎 | 11110001111101111100100011100110100011101011111110001110101011111111000010100011 | f1f7c8e68ebf8eaff0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)