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 | 蛇者爵 | 100011101101011010001110110100101000111011011101 | 8ed68ed28edd |
EUC-JP | 蛇者爵 | 101111001101100010111100110101001011110011011111 | bcd8bcd4bcdf |
UTF-8 | 蛇者爵 | 111010001001101110000111111010001000000010000101111001111000100010110101 | e89b87e88085e788b5 |
UHC | 蛇者爵 | 110111101110111111101101101110101110110111001001 | deefedbaedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)