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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 顫取ィ呈ソォA | 11101000111110101000111011100110101010001001001011100110101111111010101101000001 | e8fa8ee6a892e6bfab41 |
| EUC-JP | 顫取ィ呈ソォA | 11110000111111001011110011101000100011101010100011000100111010001000111010111111100011101010101101000001 | f0fcbce88ea8c4e88ebf8eab41 |
| UTF-8 | 顫取ィ呈ソォA | 11101001101000011010101111100101100011111001011011101111101111011010100011100101100100011000100011101111101111011011111111101111101111011010101101000001 | e9a1abe58f96efbda8e59188efbdbfefbdab41 |
| UHC | 顫取?呈??A | 11101111101101011111011010100010001111111110111111010000001111110011111101000001 | efb5f6a23fefd03f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)