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 | Õ}Õ{^ | 10011110110101010111110110011110110101010111101101011110 | 9ed57d9ed57b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?Õ}?Õ{^ | 0011111110001111101010101101100001111101001111111000111110101010110110000111101101011110 | 3f8faad87d3f8faad87b5e |
UTF-8 | Õ}Õ{^ | 1100001010011110110000111001010101111101110000101001111011000011100101010111101101011110 | c29ec3957dc29ec3957b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)