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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 俺? | 100010011011010000111111 | 89b43f |
| EUC-JP | 俺? | 101100101011011000111111 | b2b63f |
| UTF-8 | 俺뚪 | 111001001011111110111010111010111001101010101010 | e4bfbaeb9aaa |
| UHC | 俺뚪 | 11100101111011111000110011101001 | e5ef8ce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)