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 | ÙÈå¯úÜ | 110110011100100011100101101011111111101011011100 | d9c8e5affadc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÙÈå¯úÜ | 100011111010101011100011100011111010101010110010100011111010101110101001100011111010001010110100100011111010101111100010100011111010101011100100 | 8faae38faab28faba98fa2b48fabe28faae4 |
UTF-8 | ÙÈå¯úÜ | 110000111001100111000011100010001100001110100101110000101010111111000011101110101100001110011100 | c399c388c3a5c2afc3bac39c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)