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 | 猊蛇踝 | 111000001100011110001110110101101110011011110100 | e0c78ed6e6f4 |
EUC-JP | 猊蛇踝 | 111000001100100110111100110110001110110011110110 | e0c9bcd8ecf6 |
UTF-8 | 猊蛇踝 | 111001111000110010001010111010001001101110000111111010001011100010011101 | e78c8ae89b87e8b89d |
UHC | 猊蛇? | 1110011111011001110111101110111100111111 | e7d9deef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)