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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 隘迎隘鶏^ | 111010001010010110001100011111011110100010100101100011000111101101011110 | e8a58c7de8a58c7b5e |
EUC-JP | 隘迎隘鶏^ | 111100001010011110110111110111101111000010100111101101111101110001011110 | f0a7b7def0a7b7dc5e |
UTF-8 | 隘迎隘鶏^ | 11101001100110101001100011101000101111111000111011101001100110101001100011101001101101101000111101011110 | e99a98e8bf8ee99a98e9b68f5e |
UHC | 隘迎隘?^ | 1110010011110110111001111100101011100100111101100011111101011110 | e4f6e7cae4f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)