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 | 譎幃實 | 111001101001100110011011111010011001101110001001 | e6999be99b89 |
EUC-JP | 譎幃實 | 111010111111100111010110111010111101010111101001 | ebf9d6ebd5e9 |
UTF-8 | 譎幃實 | 111010001010110110001110111001011011100110000011111001011010111110100110 | e8ad8ee5b983e5afa6 |
UHC | 譎?實 | 1111110111010010001111111110001111111001 | fdd23fe3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)