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 | 孃れ? | 1001101101101111100000101110101000111111 | 9b6f82ea3f |
| EUC-JP | 孃れ? | 1101010111010000101001001110110000111111 | d5d0a4ec3f |
| UTF-8 | 孃れ쭪 | 111001011010110110000011111000111000001010001100111011001010110110101010 | e5ad83e3828cecadaa |
| UHC | 孃れ쭪 | 111001011011111010101010111011001010011110011110 | e5beaaeca79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)