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 | ?O? | 001111110100111100111111 | 3f4f3f |
SJIS-WIN | 竪O巽 | 1001001001000111010011111001001001000110 | 92474f9246 |
EUC-JP | 竪O巽 | 1100001110101000010011111100001110100111 | c3a84fc3a7 |
UTF-8 | 竪O巽 | 11100111101010111010101001001111111001011011011110111101 | e7abaa4fe5b7bd |
UHC | 竪O巽 | 1110001010110101010011111110000111011110 | e2b54fe1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)