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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嬖嬖}嬖嬖{^ | 1001101101101001100110110110100101111101100110110110100110011011011010010111101101011110 | 9b699b697d9b699b697b5e |
EUC-JP | 嬖嬖}嬖嬖{^ | 1101010111001010110101011100101001111101110101011100101011010101110010100111101101011110 | d5cad5ca7dd5cad5ca7b5e |
UTF-8 | 嬖嬖}嬖嬖{^ | 111001011010110010010110111001011010110010010110011111011110010110101100100101101110010110101100100101100111101101011110 | e5ac96e5ac967de5ac96e5ac967b5e |
UHC | 嬖嬖}嬖嬖{^ | 1111100011000110111110001100011001111101111110001100011011111000110001100111101101011110 | f8c6f8c67df8c6f8c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)