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 | 莊fЙ絆 | 1110010010110101100000101000011010000100010010101110001101001010 | e4b58286844ae34a |
EUC-JP | 莊fЙ絆 | 1110100010110111101000111110011010100111101010111110010110101011 | e8b7a3e6a7abe5ab |
UTF-8 | 莊fЙ絆 | 1110100010001110100010101110111110111101100001101101000010011001111001111011010110000110 | e88e8aefbd86d099e7b586 |
UHC | 莊fЙ絆 | 1110110111110110101000111110011010101100101010111101101011110100 | edf6a3e6acabdaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)