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 | ²ê[²ê[^ | 10110010111010100101101110110010111010100101101101011110 | b2ea5bb2ea5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ?ê[?ê[^ | 0011111110001111101010111011010001011011001111111000111110101011101101000101101101011110 | 3f8fabb45b3f8fabb45b5e |
UTF-8 | ²ê[²ê[^ | 1100001010110010110000111010101001011011110000101011001011000011101010100101101101011110 | c2b2c3aa5bc2b2c3aa5b5e |
UHC | ²?[²?[^ | 101010011111011100111111010110111010100111110111001111110101101101011110 | a9f73f5ba9f73f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)