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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 耕?ⅹ? | 100011010110101100111111111110100100100100111111 | 8d6b3ffa493f |
EUC-JP | 耕??? | 1011100111001100001111110011111100111111 | b9cc3f3f3f |
UTF-8 | 耕ㅷⅹ넨 | 111010001000000010010101111000111000010110110111111000101000010110111001111010111000010010101000 | e88095e385b7e285b9eb84a8 |
UHC | 耕ㅷⅹ넨 | 1100110011101001101001001110011110100101101010101011001111011001 | cce9a4e7a5aab3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)