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 | çüï½£çú | 1110011111111100100000101110111110111101101000111110011111111010 | e7fc82efbda3e7fa |
SJIS-WIN | ?????£?? | 001111110011111100111111001111110011111110000001100100100011111100111111 | 3f3f3f3f3f81923f3f |
EUC-JP | çü?ï?£çú | 10001111101010111010111010001111101010111110010000111111100011111010101111000001001111111010000111110010100011111010101110101110100011111010101111100010 | 8fabae8fabe43f8fabc13fa1f28fabae8fabe2 |
UTF-8 | çüï½£çú | 11000011101001111100001110111100110000101000001011000011101011111100001010111101110000101010001111000011101001111100001110111010 | c3a7c3bcc282c3afc2bdc2a3c3a7c3ba |
UHC | ????½??? | 001111110011111100111111001111111010100011110110001111110011111100111111 | 3f3f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)