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 | 鄒枋^ | 1110011110111110100111100110001101011110 | e7be9e635e |
EUC-JP | 鄒枋^ | 1110111011000000110110111100010001011110 | eec0dbc45e |
UTF-8 | 鄒枋^ | 11101001100001001001001011100110100111101000101101011110 | e98492e69e8b5e |
UHC | 鄒枋^ | 1111010111011011110110111011001101011110 | f5dbdbb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)