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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 質縣x | 1000111010111111111000110111000001111000 | 8ebfe37078 |
EUC-JP | 質縣x | 1011110011000001111001011101000101111000 | bcc1e5d178 |
UTF-8 | 質縣x | 11101000101100111010101011100111101110001010001101111000 | e8b3aae7b8a378 |
UHC | 質縣x | 1111001011110101111110101110001101111000 | f2f5fae378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)