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 | ¨¸÷§^ | 1000111010101000100011111011100011110111100011101010011101011110 | 8ea88fb8f78ea75e |
SJIS-WIN | ?¨??÷?§^ | 0011111110000001010011100011111100111111100000011000000000111111100000011001100001011110 | 3f814e3f3f81803f81985e |
EUC-JP | ?¨?¸÷?§^ | 00111111101000011010111100111111100011111010001010110001101000011110000000111111101000011111100001011110 | 3fa1af3f8fa2b1a1e03fa1f85e |
UTF-8 | ¨¸÷§^ | 110000101000111011000010101010001100001010001111110000101011100011000011101101111100001010001110110000101010011101011110 | c28ec2a8c28fc2b8c3b7c28ec2a75e |
UHC | ?¨?¸÷?§^ | 001111111010000110100111001111111010001010101100101000011100000000111111101000011101011101011110 | 3fa1a73fa2aca1c03fa1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)