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 | ô[ô[^ | 10011110111101000101101110011110111101000101101101011110 | 9ef45b9ef45b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ?ô[?ô[^ | 0011111110001111101010111101010001011011001111111000111110101011110101000101101101011110 | 3f8fabd45b3f8fabd45b5e |
UTF-8 | ô[ô[^ | 1100001010011110110000111011010001011011110000101001111011000011101101000101101101011110 | c29ec3b45bc29ec3b45b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)