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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 穩℡ | 11100010011100101000011110000100 | e2728784 |
EUC-JP | 穩? | 111000111101001100111111 | e3d33f |
UTF-8 | 穩℡ | 111001111010100110101001111000101000010010100001 | e7a9a9e284a1 |
UHC | 穩℡ | 11101000101100011010001011100101 | e8b1a2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)