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 | 11100110101000001000000111100110100110001010010001000010 | e6a081e698a442 |
EUC-JP | 譬∵丶B | 11101100101000101010001011101000110100001010011001000010 | eca2a2e8d0a642 |
UTF-8 | 譬∵丶B | 11101000101011011010110011100010100010001011010111100100101110001011011001000010 | e8adace288b5e4b8b642 |
UHC | 譬∵?B | 110111101010011110100001111100010011111101000010 | dea7a1f13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)