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 | 章ェ竺 | 1000111111001101101010101000111010110001 | 8fcdaa8eb1 |
EUC-JP | 章ェ竺 | 101111101100111110001110101010101011110010110011 | becf8eaabcb3 |
UTF-8 | 章ェ竺 | 111001111010101110100000111011111011110110101010111001111010101110111010 | e7aba0efbdaae7abba |
UHC | 章?竺 | 1110110111110001001111111111010111100111 | edf13ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)