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 | 耕??捿 | 10111001110011000011111100111111100011111100000010100100 | b9cc3f3f8fc0a4 |
UTF-8 | 耕ㅷⅹ捿 | 111010001000000010010101111000111000010110110111111000101000010110111001111001101000110110111111 | e88095e385b7e285b9e68dbf |
UHC | 耕ㅷⅹ捿 | 1100110011101001101001001110011110100101101010101101111111110010 | cce9a4e7a5aadff2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)