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 | ?F[}?F[{^ | 001111110100011001011011011111010011111101000110010110110111101101011110 | 3f465b7d3f465b7b5e |
SJIS-WIN | 俎F[}俎F[{^ | 1001100011010111010001100101101101111101100110001101011101000110010110110111101101011110 | 98d7465b7d98d7465b7b5e |
EUC-JP | 俎F[}俎F[{^ | 1101000011011001010001100101101101111101110100001101100101000110010110110111101101011110 | d0d9465b7dd0d9465b7b5e |
UTF-8 | 俎F[}俎F[{^ | 11100100101111111000111001000110010110110111110111100100101111111000111001000110010110110111101101011110 | e4bf8e465b7de4bf8e465b7b5e |
UHC | 俎F[}俎F[{^ | 1111000010111011010001100101101101111101111100001011101101000110010110110111101101011110 | f0bb465b7df0bb465b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)