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 | 章?練 | 1000111111001101001111111001011111111011 | 8fcd3f97fb |
EUC-JP | 章?練 | 1011111011001111001111111100111011111101 | becf3fcefd |
UTF-8 | 章累練 | 111001111010101110100000111011111010010110001111111001111011011110110100 | e7aba0efa58fe7b7b4 |
UHC | 章累練 | 111011011111000111010010111010011101011010100011 | edf1d2e9d6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)