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 | 筍폜 | 111001111010110110001101111011011000111110011100 | e7ad8ded8f9c |
UHC | 筍폜 | 11100010111011001011110101000101 | e2ecbd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)