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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 羶°. | 111000111011110110000001100010111000000101000100 | e3bd818b8144 |
EUC-JP | 羶°. | 111001101011111110100001111010111010000110100101 | e6bfa1eba1a5 |
UTF-8 | 羶°. | 1110011110111110101101101100001010110000111011111011110010001110 | e7beb6c2b0efbc8e |
UHC | ?°. | 0011111110100001110001101010001110101110 | 3fa1c6a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)