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 | ?¢? | 001111111010001000111111 | 3fa23f |
SJIS-WIN | 紜¢Ψ | 111000110100000110000001100100011000001110110101 | e341819183b5 |
EUC-JP | 紜¢Ψ | 111001011010001010100001111100011010011010110111 | e5a2a1f1a6b7 |
UTF-8 | 紜¢Ψ | 11100111101101001001110011000010101000101100111010101000 | e7b49cc2a2cea8 |
UHC | ??Ψ | 00111111001111111010010111010111 | 3f3fa5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)