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 | 鞜ィ逾殖 | 11101000110111111010100011100111101001011001000001000010 | e8dfa8e7a59042 |
EUC-JP | 鞜ィ逾殖 | 1111000011100001100011101010100011101110101001111011111110100011 | f0e18ea8eea7bfa3 |
UTF-8 | 鞜ィ逾殖 | 111010011001111010011100111011111011110110101000111010011000000010111110111001101010111010010110 | e99e9cefbda8e980bee6ae96 |
UHC | ??逾殖 | 001111110011111111101011101101011110001111010110 | 3f3febb5e3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)