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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 馴亨 | 10010011111010011000101110011100 | 93e98b9c |
EUC-JP | 馴亨 | 11000110111010111011010111111100 | c6ebb5fc |
UTF-8 | 馴亨 | 111010011010011010110100111001001011101010101000 | e9a6b4e4baa8 |
UHC | 馴亨 | 11100010111110001111101011111011 | e2f8fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)