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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逶姆 | 11100111100110111001101101000111 | e79b9b47 |
EUC-JP | 逶姆 | 11101101111110111101010110101000 | edfbd5a8 |
UTF-8 | 逶姆 | 111010011000000010110110111001011010011110000110 | e980b6e5a786 |
UHC | ?姆 | 001111111101100110110101 | 3fd9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)