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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絎るΕ蟠 | 1110001101001101100000101110100110000011101000111110010110110100 | e34d82e983a3e5b4 |
EUC-JP | 絎るΕ蟠 | 1110010110101110101001001110101110100110101001011110101010110110 | e5aea4eba6a5eab6 |
UTF-8 | 絎るΕ蟠 | 1110011110110101100011101110001110000010100010111100111010010101111010001001111110100000 | e7b58ee3828bce95e89fa0 |
UHC | ?るΕ蟠 | 00111111101010101110101110100101110001011101101011110110 | 3faaeba5c5daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)