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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 畑??寃 | 100101001010100000111111001111111001101110000011 | 94a83f3f9b83 |
| EUC-JP | 畑??寃 | 110010001010101000111111001111111101010111100011 | c8aa3f3fd5e3 |
| UTF-8 | 畑댁엺寃 | 111001111001010110010001111010111000110010000001111011001001011110111010111001011010111110000011 | e79591eb8c81ec97bae5af83 |
| UHC | 畑댁엺寃 | 1110111110100101101101001110110010011110100011001110101010110010 | efa5b4ec9e8ceab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)