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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昇エ踰 | 1000111110111000101101001110011011111010 | 8fb8b4e6fa |
EUC-JP | 昇エ踰 | 101111101011101010001110101101001110110011111100 | beba8eb4ecfc |
UTF-8 | 昇エ踰 | 111001101001100010000111111011111011110110110100111010001011100010110000 | e69887efbdb4e8b8b0 |
UHC | 昇?踰 | 1110001110110000001111111110101110110010 | e3b03febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)