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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茵儡?峰 | 11100100100111111001100101010011001111111001010111110100 | e49f99533f95f4 |
EUC-JP | 茵儡?峰 | 11101000101000011101000110110100001111111100101011110110 | e8a1d1b43fcaf6 |
UTF-8 | 茵儡렮峰 | 111010001000110010110101111001011000010010100001111010111010000010101110111001011011001110110000 | e88cb5e584a1eba0aee5b3b0 |
UHC | 茵儡렮峰 | 1110110011100000110101101110110110001110101110111101110011101000 | ece0d6ed8ebbdce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)