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 | è\N | 111010000101110010001010100011111000111101001110 | e85c8a8f8f4e |
SJIS-WIN | ?\???N | 001111110101110000111111001111110011111101001110 | 3f5c3f3f3f4e |
EUC-JP | è\???N | 1000111110101011101100100101110000111111001111110011111101001110 | 8fabb25c3f3f3f4e |
UTF-8 | è\N | 11000011101010000101110011000010100010101100001010001111110000101000111101001110 | c3a85cc28ac28fc28f4e |
UHC | ?\???N | 001111110101110000111111001111110011111101001110 | 3f5c3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)