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 | 羶°:趺 | 1110001110111101100000011000101110000001010001101110011011100101 | e3bd818b8146e6e5 |
EUC-JP | 羶°:趺 | 1110011010111111101000011110101110100001101001111110110011100111 | e6bfa1eba1a7ece7 |
UTF-8 | 羶°:趺 | 1110011110111110101101101100001010110000111011111011110010011010111010001011011010111010 | e7beb6c2b0efbc9ae8b6ba |
UHC | ?°:趺 | 00111111101000011100011010100011101110101101110110111010 | 3fa1c6a3baddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)