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 | ?傭] | 00111111100101110110001001011101 | 3f97625d |
EUC-JP | ?傭] | 00111111110011011100001101011101 | 3fcdc35d |
UTF-8 | 쒔傭] | 11101100100100101001010011100101100000101010110101011101 | ec9294e582ad5d |
UHC | 쒔傭] | 1011111010101101111010011011011001011101 | beade9b65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)