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 | 霙? | 111010001100001000111111 | e8c23f |
EUC-JP | 霙莘 | 1111000011000100100011111101100010101011 | f0c48fd8ab |
UTF-8 | 霙莘 | 111010011001110010011001111010001000111010011000 | e99c99e88e98 |
UHC | 霙莘 | 11100111110011101110001111101110 | e7cee3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)