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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 贈?缺^ | 100100011010000100111111111000111001111001011110 | 91a13fe39e5e |
EUC-JP | 贈?缺^ | 110000101010001100111111111001011111111001011110 | c2a33fe5fe5e |
UTF-8 | 贈쮸缺^ | 11101000101101001000100011101100101011101011100011100111101111001011101001011110 | e8b488ecaeb8e7bcba5e |
UHC | 贈쮸缺^ | 11110001111111001100001011101001110011001100000001011110 | f1fcc2e9ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)