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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 玉??蘂 | 100010111100101000111111001111111110010101000001 | 8bca3f3fe541 |
EUC-JP | 玉??蘂 | 101101101100110000111111001111111110100110100010 | b6cc3f3fe9a2 |
UTF-8 | 玉뽬듊蘂 | 111001111000111010001001111010111011110110101100111010111001001110001010111010001001100010000010 | e78e89ebbdaceb938ae89882 |
UHC | 玉뽬듊蘂 | 1110100010101100100101101110100010001010101111011110011111011110 | e8ac96e88abde7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)