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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 嬖}嬖{^ | 10011011011010010111110110011011011010010111101101011110 | 9b697d9b697b5e |
EUC-JP | 嬖}嬖{^ | 11010101110010100111110111010101110010100111101101011110 | d5ca7dd5ca7b5e |
UTF-8 | 嬖}嬖{^ | 111001011010110010010110011111011110010110101100100101100111101101011110 | e5ac967de5ac967b5e |
UHC | 嬖}嬖{^ | 11111000110001100111110111111000110001100111101101011110 | f8c67df8c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)