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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?占??? | 001111111001000011101000001111110011111100111111 | 3f90e83f3f3f |
EUC-JP | ?占??? | 001111111100000011101010001111110011111100111111 | 3fc0ea3f3f3f |
UTF-8 | 첨占≥뤄엑 | 111011001011001010101000111001011000110110100000111000101000100110100101111010111010010010000100111011001001011110010001 | ecb2a8e58da0e289a5eba484ec9791 |
UHC | 첨占≥뤄엑 | 11000011101101111110111110111111101000011100001110110111111011111011111110100010 | c3b7efbfa1c3b7efbfa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)