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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | チ裴ス] | 1100000111100101111010001011110101011101 | c1e5e8bd5d |
EUC-JP | チ裴ス] | 10001110110000011110101011101010100011101011110101011101 | 8ec1eaea8ebd5d |
UTF-8 | チ裴ス] | 11101111101111101000000111101000101000111011010011101111101111011011110101011101 | efbe81e8a3b4efbdbd5d |
UHC | ?裴?] | 0011111111011011110100000011111101011101 | 3fdbd03f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)