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 | 앤婢 | 111011001001010110100100111001011010100110100010 | ec95a4e5a9a2 |
UHC | 앤婢 | 10111110110110001101110111100110 | bed8dde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)