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 | ÷õûŬðv\ | 1111011111110101111110111100010110101100111100000111011001011100 | f7f5fbc5acf0765c |
SJIS-WIN | ÷???¬?v\ | 10000001100000000011111100111111001111111000000111001010001111110111011001011100 | 81803f3f3f81ca3f765c |
EUC-JP | ÷õûŬðv\ | 101000011110000010001111101010111101100010001111101010111110010110001111101010101010100110100010110011001000111110101001110000110111011001011100 | a1e08fabd88fabe58faaa9a2cc8fa9c3765c |
UTF-8 | ÷õûŬðv\ | 1100001110110111110000111011010111000011101110111100001110000101110000101010110011000011101100000111011001011100 | c3b7c3b5c3bbc385c2acc3b0765c |
UHC | ÷????ðv\ | 10100001110000000011111100111111001111110011111110101001101000110111011001011100 | a1c03f3f3f3fa9a3765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)