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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐱蛇縞 | 111110111110010110001110110101101000111011001000 | fbe58ed68ec8 |
EUC-JP | 鐱蛇縞 | 10001111111001011110001010111100110110001011110011001010 | 8fe5e2bcd8bcca |
UTF-8 | 鐱蛇縞 | 111010011001000010110001111010001001101110000111111001111011100010011110 | e990b1e89b87e7b89e |
UHC | ?蛇縞 | 0011111111011110111011111111101111010110 | 3fdeeffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)