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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?望] | 00111111100101100101110101011101 | 3f965d5d |
EUC-JP | ?望] | 00111111110010111011111001011101 | 3fcbbe5d |
UTF-8 | 덜望] | 11101011100011011001110011100110100111001001101101011101 | eb8d9ce69c9b5d |
UHC | 덜望] | 1011010011111010110110001101000001011101 | b4fad8d05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)