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 | اòÃ^ | 1101100010100111111100101100001101011110 | d8a7f2c35e |
SJIS-WIN | ?§??^ | 001111111000000110011000001111110011111101011110 | 3f81983f3f5e |
EUC-JP | اòÃ^ | 100011111010100110101100101000011111100010001111101010111101001010001111101010101010101001011110 | 8fa9aca1f88fabd28faaaa5e |
UTF-8 | اòÃ^ | 110000111001100011000010101001111100001110110010110000111000001101011110 | c398c2a7c3b2c3835e |
UHC | ا??^ | 10101000101010101010000111010111001111110011111101011110 | a8aaa1d73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)