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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?傭?傭^ | 00111111100101110110001000111111100101110110001001011110 | 3f97623f97625e |
EUC-JP | ?傭?傭^ | 00111111110011011100001100111111110011011100001101011110 | 3fcdc33fcdc35e |
UTF-8 | 쒔傭쒔傭^ | 11101100100100101001010011100101100000101010110111101100100100101001010011100101100000101010110101011110 | ec9294e582adec9294e582ad5e |
UHC | 쒔傭쒔傭^ | 101111101010110111101001101101101011111010101101111010011011011001011110 | beade9b6beade9b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)