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 | Äo}Äo{^ | 1001111011000100100101110110111101111101100111101100010010010111011011110111101101011110 | 9ec4976f7d9ec4976f7b5e |
SJIS-WIN | ???o}???o{^ | 0011111100111111001111110110111101111101001111110011111100111111011011110111101101011110 | 3f3f3f6f7d3f3f3f6f7b5e |
EUC-JP | ?Ä?o}?Ä?o{^ | 001111111000111110101010101000110011111101101111011111010011111110001111101010101010001100111111011011110111101101011110 | 3f8faaa33f6f7d3f8faaa33f6f7b5e |
UTF-8 | Äo}Äo{^ | 1100001010011110110000111000010011000010100101110110111101111101110000101001111011000011100001001100001010010111011011110111101101011110 | c29ec384c2976f7dc29ec384c2976f7b5e |
UHC | ???o}???o{^ | 0011111100111111001111110110111101111101001111110011111100111111011011110111101101011110 | 3f3f3f6f7d3f3f3f6f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)