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 | ׸÷Â\ | 1101011110111000111101111100001001011100 | d7b8f7c25c |
SJIS-WIN | ×?÷?\ | 10000001011111100011111110000001100000000011111101011100 | 817e3f81803f5c |
EUC-JP | ׸÷Â\ | 1010000111011111100011111010001010110001101000011110000010001111101010101010010001011100 | a1df8fa2b1a1e08faaa45c |
UTF-8 | ׸÷Â\ | 110000111001011111000010101110001100001110110111110000111000001001011100 | c397c2b8c3b7c3825c |
UHC | ׸÷?\ | 1010000110111111101000101010110010100001110000000011111101011100 | a1bfa2aca1c03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)