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 | ûP¯ | 11111011010100001000111010101111 | fb508eaf |
| SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
| EUC-JP | ûP?¯ | 1000111110101011111001010101000000111111100011111010001010110100 | 8fabe5503f8fa2b4 |
| UTF-8 | ûP¯ | 11000011101110110101000011000010100011101100001010101111 | c3bb50c28ec2af |
| UHC | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)