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 | 諤千準 | 111001101000000010010000111001111000111110000000 | e68090e78f80 |
EUC-JP | 諤千準 | 111010111110000011000000111010011011110111100000 | ebe0c0e9bde0 |
UTF-8 | 諤千準 | 111010001010101110100100111001011000110110000011111001101011101010010110 | e8aba4e58d83e6ba96 |
UHC | ?千準 | 0011111111110100101101101111000111011110 | 3ff4b6f1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)