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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 燧愁醇 | 111000001001110010001111010001001000111110000110 | e09c8f448f86 |
EUC-JP | 燧愁醇 | 110111111111110010111101101001011011110111100110 | dffcbda5bde6 |
UTF-8 | 燧愁醇 | 111001111000011110100111111001101000010010000001111010011000011010000111 | e787a7e68481e98687 |
UHC | 燧愁醇 | 111000101010110011100001111111101110001011110101 | e2ace1fee2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)