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 | 捨鰰捨鰤^ | 100011101100110011101001110111101000111011001100111010011101110001011110 | 8ecce9de8ecce9dc5e |
EUC-JP | 捨鰰捨鰤^ | 101111001100111011110010111000001011110011001110111100101101111001011110 | bccef2e0bccef2de5e |
UTF-8 | 捨鰰捨鰤^ | 11100110100011011010100011101001101100001011000011100110100011011010100011101001101100001010010001011110 | e68da8e9b0b0e68da8e9b0a45e |
UHC | 捨?捨?^ | 11011110110101110011111111011110110101110011111101011110 | ded73fded73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)