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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艾御遣 | 111001001000100010001100111001001000110010101101 | e4888ce48cad |
EUC-JP | 艾御遣 | 111001111110100010111000111001101011100010101111 | e7e8b8e6b8af |
UTF-8 | 艾御遣 | 111010001000100110111110111001011011111010100001111010011000000110100011 | e889bee5bea1e981a3 |
UHC | 艾御遣 | 111001001111010111100101110110011100110010111010 | e4f5e5d9ccba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)