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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 雋倡狭B | 11101000101100101001100011100111100010111011011101000010 | e8b298e78bb742 |
EUC-JP | 雋倡狭B | 11110000101101001101000011101001101101101011100101000010 | f0b4d0e9b6b942 |
UTF-8 | 雋倡狭B | 11101001100110111000101111100101100000001010000111100111100010111010110101000010 | e99b8be580a1e78bad42 |
UHC | 雋倡?B | 111100011110011011110011110110110011111101000010 | f1e6f3db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)