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 | 霙禑 | 1111000011000100100011111101000011100011 | f0c48fd0e3 |
UTF-8 | 霙禑 | 111010011001110010011001111001111010011010010001 | e99c99e7a691 |
UHC | 霙禑 | 11100111110011101110100111011111 | e7cee9df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)