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 | 萸鞦 | 11100100110011101110100011100001 | e4cee8e1 |
EUC-JP | 萸鞦 | 11101000110100001111000011100011 | e8d0f0e3 |
UTF-8 | 萸鞦 | 111010001001000010111000111010011001111010100110 | e890b8e99ea6 |
UHC | 萸? | 111010111010110100111111 | ebad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)