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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 趙陌?^ | 111001101110001011101000100110010011111101011110 | e6e2e8993f5e |
EUC-JP | 趙陌?^ | 111011001110010011101111111110010011111101011110 | ece4eff93f5e |
UTF-8 | 趙陌썬^ | 11101000101101101001100111101001100110011000110011101100100011011010110001011110 | e8b699e9998cec8dac5e |
UHC | 趙陌썬^ | 11110000111000011101100011101000101111011110001101011110 | f0e1d8e8bde35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)