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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ??英?\ | 001111110011111110001001011100000011111101011100 | 3f3f89703f5c |
EUC-JP | ??英?\ | 001111110011111110110001110100010011111101011100 | 3f3fb1d13f5c |
UTF-8 | 뤒뻬英틐\ | 11101011101001001001001011101011101110111010110011101000100010111011000111101101100010111001000001011100 | eba492ebbbace88bb1ed8b905c |
UHC | 뤒뻬英틐\ | 100011111100001010111011101111101110011111001000101110100111100101011100 | 8fc2bbbee7c8ba795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)