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 | 菫? | 111001001011111100111111 | e4bf3f |
EUC-JP | 菫? | 111010001100000100111111 | e8c13f |
UTF-8 | 菫뤵 | 111010001000111110101011111010111010010010110101 | e88fabeba4b5 |
UHC | 菫뤵 | 11010000110010111000111111100011 | d0cb8fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)