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 | ?????b | 001111110011111100111111001111110011111101100010 | 3f3f3f3f3f62 |
SJIS-WIN | 嶸・巐橲乖b | 11111010101101001010010111111010101101101001111011101101100110001010100001100010 | fab4a5fab69eed98a862 |
EUC-JP | 嶸・巐橲乖b | 10001111101110111111010010001110101001011000111110111011111110011101110011101111110100001010101001100010 | 8fbbf48ea58fbbf9dcefd0aa62 |
UTF-8 | 嶸・巐橲乖b | 11100101101101101011100011101111101111011010010111100101101101111001000011100110101010011011001011100100101110011001011001100010 | e5b6b8efbda5e5b790e6a9b2e4b99662 |
UHC | 嶸???乖b | 1110011110101110001111110011111100111111110011101101001001100010 | e7ae3f3f3fced262 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)