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 | ?腎 | 001111111001000001110100 | 3f9074 |
EUC-JP | ?腎 | 001111111011111111010101 | 3fbfd5 |
UTF-8 | 뤌腎 | 111010111010010010001100111010001000010110001110 | eba48ce8858e |
UHC | 뤌腎 | 10001111101111001110001111101100 | 8fbce3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)