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 | Îöì | 110011101111011011101100 | cef6ec |
| SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | Îöì | 100011111010101011000010100011111010101111010011100011111010101111000000 | 8faac28fabd38fabc0 |
| UTF-8 | Îöì | 110000111000111011000011101101101100001110101100 | c38ec3b6c3ac |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)