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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?瓏?? | 0011111111100000111110100011111100111111 | 3fe0fa3f3f |
EUC-JP | ?瓏?? | 0011111111100000111111000011111100111111 | 3fe0fc3f3f |
UTF-8 | 亐瓏렠렗 | 111001001011101010010000111001111001001110001111111010111010000010100000111010111010000010010111 | e4ba90e7938feba0a0eba097 |
UHC | 亐瓏렠렗 | 1110101010100111110101101110101010001110101100011000111010101100 | eaa7d6ea8eb18eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)