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 | çú¥ï½«çú | 1110011111111010101001011110111110111101101010111110011111111010 | e7faa5efbdabe7fa |
SJIS-WIN | ??¥????? | 001111110011111110000001100011110011111100111111001111110011111100111111 | 3f3f818f3f3f3f3f3f |
EUC-JP | çú?ï??çú | 100011111010101110101110100011111010101111100010001111111000111110101011110000010011111100111111100011111010101110101110100011111010101111100010 | 8fabae8fabe23f8fabc13f3f8fabae8fabe2 |
UTF-8 | çú¥ï½«çú | 11000011101001111100001110111010110000101010010111000011101011111100001010111101110000101010101111000011101001111100001110111010 | c3a7c3bac2a5c3afc2bdc2abc3a7c3ba |
UHC | ????½??? | 001111110011111100111111001111111010100011110110001111110011111100111111 | 3f3f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)