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 | 羶°せ | 111000111011110110000001100010111000001010111001 | e3bd818b82b9 |
EUC-JP | 羶°せ | 111001101011111110100001111010111010010010111011 | e6bfa1eba4bb |
UTF-8 | 羶°せ | 1110011110111110101101101100001010110000111000111000000110011011 | e7beb6c2b0e3819b |
UHC | ?°せ | 0011111110100001110001101010101010111011 | 3fa1c6aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)