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 | 明繆 | 10010110101111101110001101111000 | 96bee378 |
EUC-JP | 明繆 | 11001100110000001110010111011001 | ccc0e5d9 |
UTF-8 | 明繆 | 111001101001100010001110111001111011100110000110 | e6988ee7b986 |
UHC | 明繆 | 11011001101001011101100111110000 | d9a5d9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)