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 | 覈掩迂 | 111001100100100110001001100001101000100101001001 | e64989868949 |
EUC-JP | 覈掩迂 | 111010111010101010110001111001101011000110101010 | ebaab1e6b1aa |
UTF-8 | 覈掩迂 | 111010001010011010001000111001101000111010101001111010001011111110000010 | e8a688e68ea9e8bf82 |
UHC | ?掩迂 | 0011111111100101111100111110100111100110 | 3fe5f3e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)