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}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 虹犂n}虹犂n{^ | 10010011111110001110000010110010011011100111110110010011111110001110000010110010011011100111101101011110 | 93f8e0b26e7d93f8e0b26e7b5e |
EUC-JP | 虹犂n}虹犂n{^ | 11000110111110101110000010110100011011100111110111000110111110101110000010110100011011100111101101011110 | c6fae0b46e7dc6fae0b46e7b5e |
UTF-8 | 虹犂n}虹犂n{^ | 1110100010011001101110011110011110001010100000100110111001111101111010001001100110111001111001111000101010000010011011100111101101011110 | e899b9e78a826e7de899b9e78a826e7b5e |
UHC | 虹?n}虹?n{^ | 1111101111110110001111110110111001111101111110111111011000111111011011100111101101011110 | fbf63f6e7dfbf63f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)