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 | 聶遵洲聶曙コ | 1110001111100001100011111000010110001111010001101110001111100001100011111000110010111010 | e3e18f858f46e3e18f8cba |
| EUC-JP | 聶遵洲聶曙コ | 111001101110001110111101111001011011110110100111111001101110001110111101111011001000111010111010 | e6e3bde5bda7e6e3bdec8eba |
| UTF-8 | 聶遵洲聶曙コ | 111010001000000110110110111010011000000110110101111001101011010010110010111010001000000110110110111001101001101110011001111011111011110110111010 | e881b6e981b5e6b4b2e881b6e69b99efbdba |
| UHC | ?遵洲?曙? | 001111111111000111100101111100011011110100111111110111111111010100111111 | 3ff1e5f1bd3fdff53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)