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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鄒枡^ | 1110011110111110100111100110010101011110 | e7be9e655e |
EUC-JP | 鄒枡^ | 1110111011000000110110111100011001011110 | eec0dbc65e |
UTF-8 | 鄒枡^ | 11101001100001001001001011100110100111101010000101011110 | e98492e69ea15e |
UHC | 鄒?^ | 11110101110110110011111101011110 | f5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)