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 | öö^ | 1001101011110110100110101111011001011110 | 9af69af65e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ö?ö^ | 001111111000111110101011110100110011111110001111101010111101001101011110 | 3f8fabd33f8fabd35e |
UTF-8 | öö^ | 110000101001101011000011101101101100001010011010110000111011011001011110 | c29ac3b6c29ac3b65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)