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 | 聶遵醜聶順 | 11100011111000011000111110000101100011110101100011100011111000011000111110000111 | e3e18f858f58e3e18f87 |
| EUC-JP | 聶遵醜聶順 | 11100110111000111011110111100101101111011011100111100110111000111011110111100111 | e6e3bde5bdb9e6e3bde7 |
| UTF-8 | 聶遵醜聶順 | 111010001000000110110110111010011000000110110101111010011000011010011100111010001000000110110110111010011010000010000110 | e881b6e981b5e9869ce881b6e9a086 |
| UHC | ?遵醜?順 | 0011111111110001111001011111010111011101001111111110001011110111 | 3ff1e5f5dd3fe2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)