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 | 跿紘跿 | 111001101111001110001101011010001110011011110011 | e6f38d68e6f3 |
EUC-JP | 跿紘跿 | 111011001111010110111001110010011110110011110101 | ecf5b9c9ecf5 |
UTF-8 | 跿紘跿 | 111010001011011110111111111001111011010010011000111010001011011110111111 | e8b7bfe7b498e8b7bf |
UHC | ?紘? | 00111111110011101101110000111111 | 3fcedc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)