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 | 要η??? | 10010111011101101000001111000101001111110011111100111111 | 977683c53f3f3f |
EUC-JP | 要η?墉? | 110011011101011110100110110001110011111110001111101110001011111100111111 | cdd7a6c73f8fb8bf3f |
UTF-8 | 要η럷墉욤 | 1110100010100110100000011100111010110111111010111001111110110111111001011010001010001001111011001001101010100100 | e8a681ceb7eb9fb7e5a289ec9aa4 |
UHC | 要η럷墉욤 | 11101001101010011010010111100111100011101001011011101001101110101011111111101000 | e9a9a5e78e96e9babfe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)