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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 閻躯汨oBF | 111010001000010110001011111010111001111110010001011011110100001001000110 | e8858beb9f916f4246 |
EUC-JP | 閻躯汨oBF | 111011111110010110110110111011011101110111110001011011110100001001000110 | efe5b6edddf16f4246 |
UTF-8 | 閻躯汨oBF | 111010011001011010111011111010001011101010101111111001101011000110101000011011110100001001000110 | e996bbe8baafe6b1a86f4246 |
UHC | 閻?汨oBF | 1110011110100010001111111100110111100111011011110100001001000110 | e7a23fcde76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)