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 | âcâÎ | 11100010011000111110001011001110 | e263e2ce |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | âcâÎ | 10001111101010111010010001100011100011111010101110100100100011111010101011000010 | 8faba4638faba48faac2 |
UTF-8 | âcâÎ | 11000011101000100110001111000011101000101100001110001110 | c3a263c3a2c38e |
UHC | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)