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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猴o椰 | 111000001100101110000010100011111001111010111101 | e0cb828f9ebd |
EUC-JP | 猴o椰 | 111000001100110110100011111011111101110010111111 | e0cda3efdcbf |
UTF-8 | 猴o椰 | 111001111000110010110100111011111011110110001111111001101010010010110000 | e78cb4efbd8fe6a4b0 |
UHC | ?o椰 | 0011111110100011111011111110010110101011 | 3fa3efe5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)