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 | ب[ب[^ | 11011000101010000101101111011000101010000101101101011110 | d8a85bd8a85b5e |
SJIS-WIN | ?¨[?¨[^ | 001111111000000101001110010110110011111110000001010011100101101101011110 | 3f814e5b3f814e5b5e |
EUC-JP | ب[ب[^ | 10001111101010011010110010100001101011110101101110001111101010011010110010100001101011110101101101011110 | 8fa9aca1af5b8fa9aca1af5b5e |
UTF-8 | ب[ب[^ | 1100001110011000110000101010100001011011110000111001100011000010101010000101101101011110 | c398c2a85bc398c2a85b5e |
UHC | ب[ب[^ | 1010100010101010101000011010011101011011101010001010101010100001101001110101101101011110 | a8aaa1a75ba8aaa1a75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)