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 | 畤珎蓚畤 | 1110000101011110111000001101110111100100111010011110000101011110 | e15ee0dde4e9e15e |
| EUC-JP | 畤珎蓚畤 | 1110000110111111111000001101111111101000111010111110000110111111 | e1bfe0dfe8ebe1bf |
| UTF-8 | 畤珎蓚畤 | 111001111001010110100100111001111000111110001110111010001001001110011010111001111001010110100100 | e795a4e78f8ee8939ae795a4 |
| UHC | ??蓚? | 0011111100111111111000101011111000111111 | 3f3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)