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 | بب^ | 1101100010101000110110001010100001011110 | d8a8d8a85e |
SJIS-WIN | ?¨?¨^ | 00111111100000010100111000111111100000010100111001011110 | 3f814e3f814e5e |
EUC-JP | بب^ | 1000111110101001101011001010000110101111100011111010100110101100101000011010111101011110 | 8fa9aca1af8fa9aca1af5e |
UTF-8 | بب^ | 110000111001100011000010101010001100001110011000110000101010100001011110 | c398c2a8c398c2a85e |
UHC | بب^ | 101010001010101010100001101001111010100010101010101000011010011101011110 | a8aaa1a7a8aaa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)