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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 炫D炫D^ | 11111011010100100100010011111011010100100100010001011110 | fb5244fb52445e |
EUC-JP | 炫D炫D^ | 100011111100100111010011010001001000111111001001110100110100010001011110 | 8fc9d3448fc9d3445e |
UTF-8 | 炫D炫D^ | 111001111000001010101011010001001110011110000010101010110100010001011110 | e782ab44e782ab445e |
UHC | 炫D炫D^ | 11111010110110110100010011111010110110110100010001011110 | fadb44fadb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)