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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 遵??? | 1000111110000101001111110011111100111111 | 8f853f3f3f |
| EUC-JP | 遵??? | 1011110111100101001111110011111100111111 | bde53f3f3f |
| UTF-8 | 遵모강뤯 | 111010011000000110110101111010111010101010101000111010101011000010010101111010111010010010101111 | e981b5ebaaa8eab095eba4af |
| UHC | 遵모강뤯 | 1111000111100101101110001111000010110000101011011000111111011101 | f1e5b8f0b0ad8fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)