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 | 汚?? | 10001001100110000011111100111111 | 89983f3f |
| EUC-JP | 汚?? | 10110001111110000011111100111111 | b1f83f3f |
| UTF-8 | 汚놅슛 | 111001101011000110011010111010111000011010000101111011001000101010011011 | e6b19aeb8685ec8a9b |
| UHC | 汚놅슛 | 111001111111110110000110111011111011110110111000 | e7fd86efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)