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^ | 11100010111010100100010011100010111010100100010001011110 | e2ea44e2ea445e |
EUC-JP | 粲D粲D^ | 11100100111011000100010011100100111011000100010001011110 | e4ec44e4ec445e |
UTF-8 | 粲D粲D^ | 111001111011001010110010010001001110011110110010101100100100010001011110 | e7b2b244e7b2b2445e |
UHC | 粲D粲D^ | 11110011110001000100010011110011110001000100010001011110 | f3c444f3c4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)