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 | 史責考 | 100011100110101010010000110100111000110101101100 | 8e6a90d38d6c |
EUC-JP | 史責考 | 101110111100101111000000110101011011100111001101 | bbcbc0d5b9cd |
UTF-8 | 史責考 | 111001011000111110110010111010001011001010101100111010001000000010000011 | e58fb2e8b2ace88083 |
UHC | 史責考 | 110111101100100011110100101000011100110111000101 | dec8f4a1cdc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)