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 | 釉?釉 | 1110011111010110001111111110011111010110 | e7d63fe7d6 |
EUC-JP | 釉?釉 | 1110111011011000001111111110111011011000 | eed83feed8 |
UTF-8 | 釉냜釉 | 111010011000011110001001111010111000001110011100111010011000011110001001 | e98789eb839ce98789 |
UHC | 釉냜釉 | 111010111011100010000110011010001110101110111000 | ebb88668ebb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)