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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 省アシケシ | 1000111111001000101100011011110010111001111100101110001110111100 | 8fc8b1bcb9f2e3bc |
| EUC-JP | 省アシケ?シ | 1011111011001010100011101011000110001110101111001000111010111001001111111000111010111100 | beca8eb18ebc8eb93f8ebc |
| UTF-8 | 省アシケシ | 111001111001110010000001111011111011110110110001111011111011110110111100111011111011110110111001111011101000100010011010111011111011110110111100 | e79c81efbdb1efbdbcefbdb9ee889aefbdbc |
| UHC | 省????? | 11100000111111010011111100111111001111110011111100111111 | e0fd3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)