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 | 訂私? | 1001001011111001100011101000010000111111 | 92f98e843f |
| EUC-JP | 訂私? | 1100010011111011101110111110010000111111 | c4fbbbe43f |
| UTF-8 | 訂私톄 | 111010001010100010000010111001111010011110000001111011011000011010000100 | e8a882e7a781ed8684 |
| UHC | 訂私톄 | 111011111111010011011110111001111100010111100010 | eff4dee7c5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)