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 | ?唱 | 001111111000111110100101 | 3f8fa5 |
EUC-JP | ?唱 | 001111111011111010100111 | 3fbea7 |
UTF-8 | 뤓唱 | 111010111010010010010011111001011001010010110001 | eba493e594b1 |
UHC | 뤓唱 | 10001111110000111111001111011101 | 8fc3f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)