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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 鵝?クh鵝 | 1110101001000000001111111000001101001110011010001110101001000000 | ea403f834e68ea40 |
EUC-JP | 鵝?クh鵝 | 1111001110100001001111111010010110101111011010001111001110100001 | f3a13fa5af68f3a1 |
UTF-8 | 鵝녺クh鵝 | 11101001101101011001110111101011100001011011101011100011100000101010111101101000111010011011010110011101 | e9b59deb85bae382af68e9b59d |
UHC | 鵝녺クh鵝 | 111001001011110110000110111001111010101110101111011010001110010010111101 | e4bd86e7abaf68e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)