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 | è忢µ | 111010001001110010001000111001011001111110011111111001101010001010110101 | e89c88e59f9fe6a2b5 |
SJIS-WIN | ???????¢? | 00111111001111110011111100111111001111110011111100111111100000011001000100111111 | 3f3f3f3f3f3f3f81913f |
EUC-JP | è??å??æ¢? | 10001111101010111011001000111111001111111000111110101011101010010011111100111111100011111010100111000001101000011111000100111111 | 8fabb23f3f8faba93f3f8fa9c1a1f13f |
UTF-8 | è忢µ | 110000111010100011000010100111001100001010001000110000111010010111000010100111111100001010011111110000111010011011000010101000101100001010110101 | c3a8c29cc288c3a5c29fc29fc3a6c2a2c2b5 |
UHC | ??????æ?? | 00111111001111110011111100111111001111110011111110101001101000010011111100111111 | 3f3f3f3f3f3fa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)