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 | 帥?ф | 1001000010000011001111111000010010000110 | 90833f8486 |
EUC-JP | 帥?ф | 1011111111100011001111111010011111100110 | bfe33fa7e6 |
UTF-8 | 帥럠ф | 1110010110111000101001011110101110011111101000001101000110000100 | e5b8a5eb9fa0d184 |
UHC | 帥럠ф | 111000011111110110001110100000111010110011100110 | e1fd8e83ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)