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 | 低盲? | 1001001011100001100101101101001100111111 | 92e196d33f |
EUC-JP | 低盲? | 1100010011100011110011001101010100111111 | c4e3ccd53f |
UTF-8 | 低盲깎 | 111001001011110110001110111001111001101110110010111010101011100110001110 | e4bd8ee79bb2eab98e |
UHC | 低盲깎 | 111011101011100011011000111011101011000111110000 | eeb8d8eeb1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)