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 | 韋・ト^ | 1110100011101000101001011100010001011110 | e8e8a5c45e |
EUC-JP | 韋・ト^ | 11110000111010101000111010100101100011101100010001011110 | f0ea8ea58ec45e |
UTF-8 | 韋・ト^ | 11101001100111111000101111101111101111011010010111101111101111101000010001011110 | e99f8befbda5efbe845e |
UHC | 韋??^ | 1110101011011111001111110011111101011110 | eadf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)