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 | ?°???? | 001111111011000000111111001111110011111100111111 | 3fb03f3f3f3f |
SJIS-WIN | 羶°た讎檎強 | 111000111011110110000001100010111000001010111101111001101010011010001100111001111000101110101101 | e3bd818b82bde6a68ce78bad |
EUC-JP | 羶°た讎檎強 | 111001101011111110100001111010111010010010111111111011001010100010111000111010011011011010101111 | e6bfa1eba4bfeca8b8e9b6af |
UTF-8 | 羶°た讎檎強 | 1110011110111110101101101100001010110000111000111000000110011111111010001010111010001110111001101010101010001110111001011011110010110111 | e7beb6c2b0e3819fe8ae8ee6aa8ee5bcb7 |
UHC | ?°た?檎? | 001111111010000111000110101010101011111100111111110100001101010100111111 | 3fa1c6aabf3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)