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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 詣?{d | 1000110001110111001111110111101101100100 | 8c773f7b64 |
EUC-JP | 詣搔{d | 10110111110110001000111111000000110010110111101101100100 | b7d88fc0cb7b64 |
UTF-8 | 詣搔{d | 1110100010101001101000111110011010010000100101000111101101100100 | e8a9a3e690947b64 |
UHC | 詣搔{d | 111001111110000111100001101110000111101101100100 | e7e1e1b87b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)