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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 甄[甄[^ | 11100001010010100101101111100001010010100101101101011110 | e14a5be14a5b5e |
EUC-JP | 甄[甄[^ | 11100001101010110101101111100001101010110101101101011110 | e1ab5be1ab5b5e |
UTF-8 | 甄[甄[^ | 111001111001010010000100010110111110011110010100100001000101101101011110 | e794845be794845b5e |
UHC | 甄[甄[^ | 11001100101101000101101111001100101101000101101101011110 | ccb45bccb45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)