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 | æý£çB | 11100110111111011010001111100111100111111001011101000010 | e6fda3e79f9742 |
SJIS-WIN | ??£???B | 0011111100111111100000011001001000111111001111110011111101000010 | 3f3f81923f3f3f42 |
EUC-JP | æý£ç??B | 1000111110101001110000011000111110101011111100101010000111110010100011111010101110101110001111110011111101000010 | 8fa9c18fabf2a1f28fabae3f3f42 |
UTF-8 | æý£çB | 11000011101001101100001110111101110000101010001111000011101001111100001010011111110000101001011101000010 | c3a6c3bdc2a3c3a7c29fc29742 |
UHC | æ?????B | 1010100110100001001111110011111100111111001111110011111101000010 | a9a13f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)