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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?傭E | 00111111100101110110001001000101 | 3f976245 |
EUC-JP | ?傭E | 00111111110011011100001101000101 | 3fcdc345 |
UTF-8 | 쒔傭E | 11101100100100101001010011100101100000101010110101000101 | ec9294e582ad45 |
UHC | 쒔傭E | 1011111010101101111010011011011001000101 | beade9b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)