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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 齋??帽傲? | 111000100101011000111111001111111001011001011000100110001111110000111111 | e2563f3f965898fc3f |
| EUC-JP | 齋??帽傲? | 111000111011011100111111001111111100101110111001110100001111111000111111 | e3b73f3fcbb9d0fe3f |
| UTF-8 | 齋렢뤲帽傲쭖 | 111010011011110110001011111010111010000010100010111010111010010010110010111001011011100010111101111001011000001010110010111011001010110110010110 | e9bd8beba0a2eba4b2e5b8bde582b2ecad96 |
| UHC | 齋렢뤲帽傲쭖 | 111011101011000110001110101100111000111111100000110110011011011011100111111011001010011110001110 | eeb18eb38fe0d9b6e7eca78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)