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 | 蠢坂潟 | 111001011011111110001101111000101000101010000011 | e5bf8de28a83 |
EUC-JP | 蠢坂潟 | 111010101100000110111010111001001011001111100011 | eac1bae4b3e3 |
UTF-8 | 蠢坂潟 | 111010001010000010100010111001011001110110000010111001101011110110011111 | e8a0a2e59d82e6bd9f |
UHC | 蠢坂潟 | 111100011110001111110111111110001110000010110011 | f1e3f7f8e0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)