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 | 蔗ウ闖 | 1110010011110010101100111110100010001111 | e4f2b3e88f |
EUC-JP | 蔗ウ闖 | 111010001111010010001110101100111110111111101111 | e8f48eb3efef |
UTF-8 | 蔗ウ闖 | 111010001001010010010111111011111011110110110011111010011001011110010110 | e89497efbdb3e99796 |
UHC | 蔗?闖 | 1110110110111101001111111111011111100110 | edbd3ff7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)