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 | 羶°況 | 111000111011110110000001100010111000101110110101 | e3bd818b8bb5 |
EUC-JP | 羶°況 | 111001101011111110100001111010111011011010110111 | e6bfa1ebb6b7 |
UTF-8 | 羶°況 | 1110011110111110101101101100001010110000111001101011001110000001 | e7beb6c2b0e6b381 |
UHC | ?°況 | 0011111110100001110001101111110011001111 | 3fa1c6fccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)