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 | 大?? | 10010001111001010011111100111111 | 91e53f3f |
EUC-JP | 大?? | 11000010111001110011111100111111 | c2e73f3f |
UTF-8 | 大更ㅀ | 111001011010010010100111111011111010010010000001111000111000010110000000 | e5a4a7efa481e38580 |
UHC | 大更ㅀ | 110100111101111011001011110101101010010010110000 | d3decbd6a4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)