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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 銹灘血 | 111001111111011010010011111001011000110010001100 | e7f693e58c8c |
| EUC-JP | 銹灘血 | 111011101111100011000110111001111011011111101100 | eef8c6e7b7ec |
| UTF-8 | 銹灘血 | 111010011000101010111001111001111000000110011000111010001010000110000000 | e98ab9e78198e8a180 |
| UHC | 銹灘血 | 111000101100100011110111101010001111101011101100 | e2c8f7a8faec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)