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 | ?鞏 | 001111111110100011011101 | 3fe8dd |
EUC-JP | ?鞏 | 001111111111000011011111 | 3ff0df |
UTF-8 | 큅鞏 | 111011011000000110000101111010011001111010001111 | ed8185e99e8f |
UHC | 큅鞏 | 11000101101000101100110111111001 | c5a2cdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)