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 | 驅哭 | 11101001011110111001101001001100 | e97b9a4c |
EUC-JP | 驅哭 | 11110001110111001101001110101101 | f1dcd3ad |
UTF-8 | 驅哭 | 111010011010100110000101111001011001001110101101 | e9a985e593ad |
UHC | 驅哭 | 11001111110011001100110111010110 | cfcccdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)