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 | ÖêRy | 1001111111010110111010100101001001111001 | 9fd6ea5279 |
SJIS-WIN | ???Ry | 0011111100111111001111110101001001111001 | 3f3f3f5279 |
EUC-JP | ?ÖêRy | 001111111000111110101010110100111000111110101011101101000101001001111001 | 3f8faad38fabb45279 |
UTF-8 | ÖêRy | 1100001010011111110000111001011011000011101010100101001001111001 | c29fc396c3aa5279 |
UHC | ???Ry | 0011111100111111001111110101001001111001 | 3f3f3f5279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)