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 | ö\}ö\{^ | 1001101011110110100001110101110001111101100110101111011010000111010111000111101101011110 | 9af6875c7d9af6875c7b5e |
SJIS-WIN | ???\}???\{^ | 0011111100111111001111110101110001111101001111110011111100111111010111000111101101011110 | 3f3f3f5c7d3f3f3f5c7b5e |
EUC-JP | ?ö?\}?ö?\{^ | 001111111000111110101011110100110011111101011100011111010011111110001111101010111101001100111111010111000111101101011110 | 3f8fabd33f5c7d3f8fabd33f5c7b5e |
UTF-8 | ö\}ö\{^ | 1100001010011010110000111011011011000010100001110101110001111101110000101001101011000011101101101100001010000111010111000111101101011110 | c29ac3b6c2875c7dc29ac3b6c2875c7b5e |
UHC | ???\}???\{^ | 0011111100111111001111110101110001111101001111110011111100111111010111000111101101011110 | 3f3f3f5c7d3f3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)