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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腟矩┣跟 | 1110010001010100100010111110100110000100101100001110011011101110 | e4548be984b0e6ee |
EUC-JP | 腟矩┣跟 | 1110011110110101101101101110101110101000101100101110110011110000 | e7b5b6eba8b2ecf0 |
UTF-8 | 腟矩┣跟 | 111010001000010110011111111001111001111110101001111000101001010010100011111010001011011110011111 | e8859fe79fa9e294a3e8b79f |
UHC | ?矩┣? | 001111111100111110111011101001101011001000111111 | 3fcfbba6b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)