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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???植? | 001111110011111100111111100100000100000100111111 | 3f3f3f90413f |
EUC-JP | ???植? | 001111110011111100111111101111111010001000111111 | 3f3f3fbfa23f |
UTF-8 | 뤶읊쪕植섀 | 111010111010010010110110111011001001110110001010111011001010101010010101111001101010010010001101111011001000010010000000 | eba4b6ec9d8aecaa95e6a48dec8480 |
UHC | 뤶읊쪕植섀 | 10001111111001001100000010111100101001011000111111100011110101011011110010101000 | 8fe4c0bca58fe3d5bca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)