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 | 漿皎?? | 100111111111011111100001101001110011111100111111 | 9ff7e1a73f3f |
| EUC-JP | 漿皎?? | 110111101111100111100010101010010011111100111111 | def9e2a93f3f |
| UTF-8 | 漿皎렊렟 | 111001101011110010111111111001111001101010001110111010111010000010001010111010111010000010011111 | e6bcbfe79a8eeba08aeba09f |
| UHC | 漿皎렊렟 | 1110110111101100110011101110101110001110101000011000111010110000 | edecceeb8ea18eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)