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 | 陽哭 | 10010111011110101001101001001100 | 977a9a4c |
EUC-JP | 陽哭 | 11001101110110111101001110101101 | cddbd3ad |
UTF-8 | 陽哭 | 111010011001100110111101111001011001001110101101 | e999bde593ad |
UHC | 陽哭 | 11100101110101011100110111010110 | e5d5cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)