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 | 星?星 | 1001000010101111001111111001000010101111 | 90af3f90af |
EUC-JP | 星?星 | 1100000010110001001111111100000010110001 | c0b13fc0b1 |
UTF-8 | 星쀨星 | 111001101001100010011111111011001000000010101000111001101001100010011111 | e6989fec80a8e6989f |
UHC | 星쀨星 | 111000001111100010010111111010001110000011111000 | e0f897e8e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)