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 | 訛鴨押 | 111001100110000110001010100110111000100110011111 | e6618a9b899f |
| EUC-JP | 訛鴨押 | 111010111100001010110011111110111011001010100001 | ebc2b3fbb2a1 |
| UTF-8 | 訛鴨押 | 111010001010100010011011111010011011010010101000111001101000101010111100 | e8a89be9b4a8e68abc |
| UHC | 訛鴨押 | 111010001100010111100100111001011110010011100011 | e8c5e4e5e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)