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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 症テ室ワ | 1000111111000111110000111000111010111010111100001100000011011100 | 8fc7c38ebaf0c0dc |
| EUC-JP | 症テ室?ワ | 101111101100100110001110110000111011110010111100001111111000111011011100 | bec98ec3bcbc3f8edc |
| UTF-8 | 症テ室ワ | 111001111001011110000111111011111011111010000011111001011010111010100100111011101000000110111111111011111011111010011100 | e79787efbe83e5aea4ee81bfefbe9c |
| UHC | 症?室?? | 11110001111110000011111111100011111110000011111100111111 | f1f83fe3f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)