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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 遯壱髪B | 11100111101010101000100011101011100101001010111101000010 | e7aa88eb94af42 |
EUC-JP | 遯壱髪B | 11101110101011001011000011101101110010001011000101000010 | eeacb0edc8b142 |
UTF-8 | 遯壱髪B | 11101001100000011010111111100101101000111011000111101001101010111010101001000010 | e981afe5a3b1e9abaa42 |
UHC | 遯??B | 1101010011101110001111110011111101000010 | d4ee3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)