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 | ân}Yân}bE | 1100001110100010011011100111110101011001110000111010001001101110011111010110001001000101 | c3a26e7d59c3a26e7d6245 |
SJIS-WIN | ?¢n}Y?¢n}bE | 00111111100000011001000101101110011111010101100100111111100000011001000101101110011111010110001001000101 | 3f81916e7d593f81916e7d6245 |
EUC-JP | ân}Yân}bE | 1000111110101010101010101010000111110001011011100111110101011001100011111010101010101010101000011111000101101110011111010110001001000101 | 8faaaaa1f16e7d598faaaaa1f16e7d6245 |
UTF-8 | ân}Yân}bE | 110000111000001111000010101000100110111001111101010110011100001110000011110000101010001001101110011111010110001001000101 | c383c2a26e7d59c383c2a26e7d6245 |
UHC | ??n}Y??n}bE | 0011111100111111011011100111110101011001001111110011111101101110011111010110001001000101 | 3f3f6e7d593f3f6e7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)