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 | ±ÌÍ÷ | 1011000111001100100011111100110111110111 | b1cc8fcdf7 |
SJIS-WIN | ±???÷ | 10000001011111010011111100111111001111111000000110000000 | 817d3f3f3f8180 |
EUC-JP | ±Ì?Í÷ | 1010000111011110100011111010101011000000001111111000111110101010101111111010000111100000 | a1de8faac03f8faabfa1e0 |
UTF-8 | ±ÌÍ÷ | 11000010101100011100001110001100110000101000111111000011100011011100001110110111 | c2b1c38cc28fc38dc3b7 |
UHC | ±???÷ | 10100001101111100011111100111111001111111010000111000000 | a1be3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)