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 | 帥? | 100100001000001100111111 | 90833f |
EUC-JP | 帥? | 101111111110001100111111 | bfe33f |
UTF-8 | 帥뎵 | 111001011011100010100101111010111000111010110101 | e5b8a5eb8eb5 |
UHC | 帥뎵 | 11100001111111011000100110001000 | e1fd8988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)