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 | 制絅?? | 100100001010011111100011010001000011111100111111 | 90a7e3443f3f |
| EUC-JP | 制絅?? | 110000001010100111100101101001010011111100111111 | c0a9e5a53f3f |
| UTF-8 | 制絅렚렖 | 111001011000100010110110111001111011010110000101111010111010000010011010111010111010000010010110 | e588b6e7b585eba09aeba096 |
| UHC | 制絅렚렖 | 1111000010100100110011001110011110001110101011011000111010101011 | f0a4cce78ead8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)