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¬ | 11000010100100100101000011000010100100011100001010101100 | c29250c291c2ac |
| SJIS-WIN | ??P???¬ | 0011111100111111010100000011111100111111001111111000000111001010 | 3f3f503f3f3f81ca |
| EUC-JP | �P�¬ | 1000111110101010101001000011111101010000100011111010101010100100001111111000111110101010101001001010001011001100 | 8faaa43f508faaa43f8faaa4a2cc |
| UTF-8 | ÂP¬ | 11000011100000101100001010010010010100001100001110000010110000101001000111000011100000101100001010101100 | c382c29250c382c291c382c2ac |
| UHC | ??P???? | 00111111001111110101000000111111001111110011111100111111 | 3f3f503f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)