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 | 雕千距 | 111010001011100010010000111001111000101110010111 | e8b890e78b97 |
EUC-JP | 雕千距 | 111100001011101011000000111010011011010111110111 | f0bac0e9b5f7 |
UTF-8 | 雕千距 | 111010011001101110010101111001011000110110000011111010001011011110011101 | e99b95e58d83e8b79d |
UHC | 雕千距 | 111100001110011111110100101101101100101111100101 | f0e7f4b6cbe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)