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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 暗??Q] | 100010001100001100111111001111110101000101011101 | 88c33f3f515d |
EUC-JP | 暗??Q] | 101100001100010100111111001111110101000101011101 | b0c53f3f515d |
UTF-8 | 暗잏즯Q] | 1110011010011010100101111110110010011110100011111110110010100110101011110101000101011101 | e69a97ec9e8feca6af515d |
UHC | 暗잏즯Q] | 1110010011011110100111111110011110100011100000010101000101011101 | e4de9fe7a381515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)