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 | 踴賣釈 | 111001101111101111100110110011001000111011011111 | e6fbe6cc8edf |
EUC-JP | 踴賣釈 | 111011001111110111101100110011101011110011100001 | ecfdeccebce1 |
UTF-8 | 踴賣釈 | 111010001011100010110100111010001011001110100011111010011000011110001000 | e8b8b4e8b3a3e98788 |
UHC | ?賣? | 00111111110110001110001100111111 | 3fd8e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)