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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跼ケ陂 | 1110011011110000101110011110100010011000 | e6f0b9e898 |
EUC-JP | 跼ケ陂 | 111011001111001010001110101110011110111111111000 | ecf28eb9eff8 |
UTF-8 | 跼ケ陂 | 111010001011011110111100111011111011110110111001111010011001100110000010 | e8b7bcefbdb9e99982 |
UHC | ??陂 | 00111111001111111111100110101110 | 3f3ff9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)