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 | 石? | 100100001100111000111111 | 90ce3f |
EUC-JP | 石? | 110000001101000000111111 | c0d03f |
UTF-8 | 石鐥 | 111001111001111110110011111010011001000010100101 | e79fb3e990a5 |
UHC | 石鐥 | 11100000101101001110000011010110 | e0b4e0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)