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 | 賃?苡?鼎 | 1001001011000000001111111110010010001111001111111001001101000011 | 92c03fe48f3f9343 |
EUC-JP | 賃?苡?鼎 | 1100010011000010001111111110011111101111001111111100010110100100 | c4c23fe7ef3fc5a4 |
UTF-8 | 賃렪苡렠鼎 | 111010001011001110000011111010111010000010101010111010001000101110100001111010111010000010100000111010011011110010001110 | e8b383eba0aae88ba1eba0a0e9bc8e |
UHC | 賃렪苡렠鼎 | 11101100111111001000111010111000111011001011111010001110101100011111000010100011 | ecfc8eb8ecbe8eb1f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)