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 | 譚第」 | 1110011010011101100100011110011010100011 | e69d91e6a3 |
| EUC-JP | 譚第」 | 111010111111110111000010111010001000111010100011 | ebfdc2e88ea3 |
| UTF-8 | 譚第」 | 111010001010110110011010111001111010110010101100111011111011110110100011 | e8ad9ae7acacefbda3 |
| UHC | 譚第? | 1101001111001001111100001010111100111111 | d3c9f0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)