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] | 100100000100101000111111001111110101000101011101 | 904a3f3f515d |
EUC-JP | 辱??Q] | 101111111010101100111111001111110101000101011101 | bfab3f3f515d |
UTF-8 | 辱믤펵Q] | 1110100010111110101100011110101110101111101001001110110110001110101101010101000101011101 | e8beb1ebafa4ed8eb5515d |
UHC | 辱믤펵Q] | 1110100110110100100100101110011010111100100001100101000101011101 | e9b492e6bc86515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)