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 | ?±H | 001111111011000101001000 | 3fb148 |
SJIS-WIN | 鄭±H | 1001001101000001100000010111110101001000 | 9341817d48 |
EUC-JP | 鄭±H | 1100010110100010101000011101111001001000 | c5a2a1de48 |
UTF-8 | 鄭±H | 111010011000010010101101110000101011000101001000 | e984adc2b148 |
UHC | 鄭±H | 1110111111110111101000011011111001001000 | eff7a1be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)