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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 咤髴咤髴^ | 100110100100001011101001100111001001101001000010111010011001110001011110 | 9a42e99c9a42e99c5e |
EUC-JP | 咤髴咤髴^ | 110100111010001111110001111111001101001110100011111100011111110001011110 | d3a3f1fcd3a3f1fc5e |
UTF-8 | 咤髴咤髴^ | 11100101100100101010010011101001101010111011010011100101100100101010010011101001101010111011010001011110 | e592a4e9abb4e592a4e9abb45e |
UHC | 咤?咤?^ | 11110110111000110011111111110110111000110011111101011110 | f6e33ff6e33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)