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âë | 1110100001011100100000011000111110001111010011101110001011101011 | e85c818f8f4ee2eb |
SJIS-WIN | ?\???N?? | 0011111101011100001111110011111100111111010011100011111100111111 | 3f5c3f3f3f4e3f3f |
EUC-JP | è\???Nâë | 1000111110101011101100100101110000111111001111110011111101001110100011111010101110100100100011111010101110110011 | 8fabb25c3f3f3f4e8faba48fabb3 |
UTF-8 | è\Nâë | 1100001110101000010111001100001010000001110000101000111111000010100011110100111011000011101000101100001110101011 | c3a85cc281c28fc28f4ec3a2c3ab |
UHC | ?\???N?? | 0011111101011100001111110011111100111111010011100011111100111111 | 3f5c3f3f3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)