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 | °»Üö | 10110000101110111101110011110110 | b0bbdcf6 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °?Üö | 101000011110101100111111100011111010101011100100100011111010101111010011 | a1eb3f8faae48fabd3 |
UTF-8 | °»Üö | 1100001010110000110000101011101111000011100111001100001110110110 | c2b0c2bbc39cc3b6 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)