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 | ?婢 | 001111111001101101011000 | 3f9b58 |
EUC-JP | ?婢 | 001111111101010110111001 | 3fd5b9 |
UTF-8 | 즘婢 | 111011001010011010011000111001011010100110100010 | eca698e5a9a2 |
UHC | 즘婢 | 11000001111100101101110111100110 | c1f2dde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)