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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 苟随修O | 11100100100100011001000010001111100011110100001101001111 | e491908f8f434f |
| EUC-JP | 苟随修O | 11100111111100011011111111101111101111011010010001001111 | e7f1bfefbda44f |
| UTF-8 | 苟随修O | 11101000100010111001111111101001100110101000111111100100101111111010111001001111 | e88b9fe99a8fe4bfae4f |
| UHC | 苟?修O | 110011111100001000111111111000011111001101001111 | cfc23fe1f34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)