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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竅?暉 | 1110001010000001001111111001110111110100 | e2813f9df4 |
EUC-JP | 竅?暉 | 1110001111100001001111111101101011110110 | e3e13fdaf6 |
UTF-8 | 竅뤌暉 | 111001111010101110000101111010111010010010001100111001101001101010001001 | e7ab85eba48ce69a89 |
UHC | 竅뤌暉 | 110100001010101110001111101111001111110111000111 | d0ab8fbcfdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)