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 | ?x{d | 00111111011110000111101101100100 | 3f787b64 |
SJIS-WIN | 盾x{d | 1000111110000010011110000111101101100100 | 8f82787b64 |
EUC-JP | 盾x{d | 1011110111100010011110000111101101100100 | bde2787b64 |
UTF-8 | 盾x{d | 111001111001101110111110011110000111101101100100 | e79bbe787b64 |
UHC | 盾x{d | 1110001011101010011110000111101101100100 | e2ea787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)