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 | 哭驅 | 10011010010011001110100101111011 | 9a4ce97b |
EUC-JP | 哭驅 | 11010011101011011111000111011100 | d3adf1dc |
UTF-8 | 哭驅 | 111001011001001110101101111010011010100110000101 | e593ade9a985 |
UHC | 哭驅 | 11001101110101101100111111001100 | cdd6cfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)