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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 筍? | 111000101010000100111111 | e2a13f |
EUC-JP | 筍? | 111001001010001100111111 | e4a33f |
UTF-8 | 筍둧 | 111001111010110110001101111010111001000110100111 | e7ad8deb91a7 |
UHC | 筍둧 | 11100010111011001000101001100001 | e2ec8a61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)