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 | 咀肆?? | 100110011111000011100011111001100011111100111111 | 99f0e3e63f3f |
| EUC-JP | 咀肆?? | 110100101111001011100110111010000011111100111111 | d2f2e6e83f3f |
| UTF-8 | 咀肆렖렮 | 111001011001001010000000111010001000001010000110111010111010000010010110111010111010000010101110 | e59280e88286eba096eba0ae |
| UHC | 咀肆렖렮 | 1110111010111010110111101110101110001110101010111000111010111011 | eebadeeb8eab8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)