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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?儡?^ | 0011111110011001010100110011111101011110 | 3f99533f5e |
EUC-JP | ?儡?^ | 0011111111010001101101000011111101011110 | 3fd1b43f5e |
UTF-8 | 뤖儡팼^ | 11101011101001001001011011100101100001001010000111101101100011001011110001011110 | eba496e584a1ed8cbc5e |
UHC | 뤖儡팼^ | 10001111110001101101011011101101110001101101011101011110 | 8fc6d6edc6d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)