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 | 陜悟窮 | 111010001001110110001100111001011000101110000111 | e89d8ce58b87 |
EUC-JP | 陜悟窮 | 111011111111110110111000111001111011010111100111 | effdb8e7b5e7 |
UTF-8 | 陜悟窮 | 111010011001100110011100111001101000001010011111111001111010101010101110 | e9999ce6829fe7aaae |
UHC | 陜悟窮 | 111110011111000011100111111101101100111111100011 | f9f0e7f6cfe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)