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 | ò÷ÌûM¬ | 1111001011110111100011101100110011111011010011011000111010101100 | f2f78eccfb4d8eac |
SJIS-WIN | ?÷???M?¬ | 00111111100000011000000000111111001111110011111101001101001111111000000111001010 | 3f81803f3f3f4d3f81ca |
EUC-JP | ò÷?ÌûM?¬ | 10001111101010111101001010100001111000000011111110001111101010101100000010001111101010111110010101001101001111111010001011001100 | 8fabd2a1e03f8faac08fabe54d3fa2cc |
UTF-8 | ò÷ÌûM¬ | 110000111011001011000011101101111100001010001110110000111000110011000011101110110100110111000010100011101100001010101100 | c3b2c3b7c28ec38cc3bb4dc28ec2ac |
UHC | ?÷???M?? | 001111111010000111000000001111110011111100111111010011010011111100111111 | 3fa1c03f3f3f4d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)