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 | ±£] | 10001111101100011010001101011101 | 8fb1a35d |
SJIS-WIN | ?±£] | 001111111000000101111101100000011001001001011101 | 3f817d81925d |
EUC-JP | ?±£] | 001111111010000111011110101000011111001001011101 | 3fa1dea1f25d |
UTF-8 | ±£] | 11000010100011111100001010110001110000101010001101011101 | c28fc2b1c2a35d |
UHC | ?±?] | 0011111110100001101111100011111101011101 | 3fa1be3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)