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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韋門衷顆 | 1110100011101000100101101110010110010010100011111110100011110111 | e8e896e5928fe8f7 |
EUC-JP | 韋門衷顆 | 1111000011101010110011001110011111000011111011111111000011111001 | f0eacce7c3eff0f9 |
UTF-8 | 韋門衷顆 | 111010011001111110001011111010011001011010000000111010001010000110110111111010011010000110000110 | e99f8be99680e8a1b7e9a186 |
UHC | 韋門衷顆 | 1110101011011111110110101010011011110101111110111100111010101000 | eadfdaa6f5fbcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)