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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蕓?障孟? | 1111101110011010001111111000111111100001100101101101000000111111 | fb9a3f8fe196d03f |
| EUC-JP | 蕓?障孟? | 100011111101100111000110001111111011111011100011110011001101001000111111 | 8fd9c63fbee3ccd23f |
| UTF-8 | 蕓렍障孟렊 | 111010001001010110010011111010111010000010001101111010011001101010011100111001011010110110011111111010111010000010001010 | e89593eba08de99a9ce5ad9feba08a |
| UHC | 蕓렍障孟렊 | 11101001111111101000111010100011111011101010000111011000111010111000111010100001 | e9fe8ea3eea1d8eb8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)