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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°す蟠 | 1110001110111101100000011000101110000010101101111110010110110100 | e3bd818b82b7e5b4 |
EUC-JP | 羶°す蟠 | 1110011010111111101000011110101110100100101110011110101010110110 | e6bfa1eba4b9eab6 |
UTF-8 | 羶°す蟠 | 1110011110111110101101101100001010110000111000111000000110011001111010001001111110100000 | e7beb6c2b0e38199e89fa0 |
UHC | ?°す蟠 | 00111111101000011100011010101010101110011101101011110110 | 3fa1c6aab9daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)