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 | 羶°蒐 | 111000111011110110000001100010111000111101001110 | e3bd818b8f4e |
EUC-JP | 羶°蒐 | 111001101011111110100001111010111011110110101111 | e6bfa1ebbdaf |
UTF-8 | 羶°蒐 | 1110011110111110101101101100001010110000111010001001001010010000 | e7beb6c2b0e89290 |
UHC | ?°蒐 | 0011111110100001110001101110001010111101 | 3fa1c6e2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)