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 | ?焉 | 001111111110000010000001 | 3fe081 |
EUC-JP | ?焉 | 001111111101111111100001 | 3fdfe1 |
UTF-8 | 잱焉 | 111011001001111010110001111001111000010010001001 | ec9eb1e78489 |
UHC | 잱焉 | 10011111111110011110010111101010 | 9ff9e5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)