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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 豈旧П\ | 11100110101011111000101110001100100001000101000001011100 | e6af8b8c84505c |
EUC-JP | 豈旧П\ | 11101100101100011011010111101100101001111011000101011100 | ecb1b5eca7b15c |
UTF-8 | 豈旧П\ | 111010001011000110001000111001101001011110100111110100001001111101011100 | e8b188e697a7d09f5c |
UHC | 豈?П\ | 110100011100001000111111101011001011000101011100 | d1c23facb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)