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 | 顔哭 | 10001010111001111001101001001100 | 8ae79a4c |
EUC-JP | 顔哭 | 10110100111010011101001110101101 | b4e9d3ad |
UTF-8 | 顔哭 | 111010011010000110010100111001011001001110101101 | e9a194e593ad |
UHC | 顔哭 | 11100100110101001100110111010110 | e4d4cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)