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 | ë±\ | 11101011100100011011000101011100 | eb91b15c |
SJIS-WIN | ??±\ | 0011111100111111100000010111110101011100 | 3f3f817d5c |
EUC-JP | ë?±\ | 10001111101010111011001100111111101000011101111001011100 | 8fabb33fa1de5c |
UTF-8 | ë±\ | 11000011101010111100001010010001110000101011000101011100 | c3abc291c2b15c |
UHC | ??±\ | 0011111100111111101000011011111001011100 | 3f3fa1be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)