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 | ?}B | 001111110111110101000010 | 3f7d42 |
SJIS-WIN | 瀋}B | 11100000011000110111110101000010 | e0637d42 |
EUC-JP | 瀋}B | 11011111110001000111110101000010 | dfc47d42 |
UTF-8 | 瀋}B | 1110011110000000100010110111110101000010 | e7808b7d42 |
UHC | 瀋}B | 11100100101000110111110101000010 | e4a37d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)