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 | 脂畔ν] | 10001110100010011001010011001000100000111100101101011101 | 8e8994c883cb5d |
EUC-JP | 脂畔ν] | 10111011111010011100100011001010101001101100110101011101 | bbe9c8caa6cd5d |
UTF-8 | 脂畔ν] | 111010001000010010000010111001111001010110010100110011101011110101011101 | e88482e79594cebd5d |
UHC | 脂畔ν] | 11110010101101111101101011101101101001011110110101011101 | f2b7daeda5ed5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)