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 | åâµë | 11100101100111111001111111100010100100101011010111101011 | e59f9fe292b5eb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | å??â??ë | 10001111101010111010100100111111001111111000111110101011101001000011111100111111100011111010101110110011 | 8faba93f3f8faba43f3f8fabb3 |
UTF-8 | åâµë | 1100001110100101110000101001111111000010100111111100001110100010110000101001001011000010101101011100001110101011 | c3a5c29fc29fc3a2c292c2b5c3ab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)