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 | Òèh^ | 1001101011010010111010000110100001011110 | 9ad2e8685e |
SJIS-WIN | ???h^ | 0011111100111111001111110110100001011110 | 3f3f3f685e |
EUC-JP | ?Òèh^ | 001111111000111110101010110100101000111110101011101100100110100001011110 | 3f8faad28fabb2685e |
UTF-8 | Òèh^ | 1100001010011010110000111001001011000011101010000110100001011110 | c29ac392c3a8685e |
UHC | ???h^ | 0011111100111111001111110110100001011110 | 3f3f3f685e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)