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 | Ó}Ó{^ | 10011001110100110111110110011001110100110111101101011110 | 99d37d99d37b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?Ó}?Ó{^ | 0011111110001111101010101101000101111101001111111000111110101010110100010111101101011110 | 3f8faad17d3f8faad17b5e |
UTF-8 | Ó}Ó{^ | 1100001010011001110000111001001101111101110000101001100111000011100100110111101101011110 | c299c3937dc299c3937b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)