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 | 咀俯咀 | 100110011111000010011000111010111001100111110000 | 99f098eb99f0 |
| EUC-JP | 咀俯咀 | 110100101111001011010000111011011101001011110010 | d2f2d0edd2f2 |
| UTF-8 | 咀俯咀 | 111001011001001010000000111001001011111110101111111001011001001010000000 | e59280e4bfafe59280 |
| UHC | 咀俯咀 | 111011101011101011011100111101101110111010111010 | eebadcf6eeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)