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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邃? | 111000101000010000111111 | e2843f |
EUC-JP | 邃瀯 | 1110001111100100100011111100100110110010 | e3e48fc9b2 |
UTF-8 | 邃瀯 | 111010011000001010000011111001111000000010101111 | e98283e780af |
UHC | 邃瀯 | 11100010110001011110011110111011 | e2c5e7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)