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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ???恁?{d | 0011111100111111001111111001110010001100001111110111101101100100 | 3f3f3f9c8c3f7b64 |
EUC-JP | ???恁?{d | 0011111100111111001111111101011111101100001111110111101101100100 | 3f3f3fd7ec3f7b64 |
UTF-8 | 梨숉삜恁큥{d | 1110111110100111101000101110110010001000100010011110110010000010100111001110011010000001100000011110110110000001101001010111101101100100 | efa7a2ec8889ec829ce68181ed81a57b64 |
UHC | 梨숉삜恁큥{d | 111011001011000110011001111011011001100010011111111011001111011010110100011100100111101101100100 | ecb199ed989fecf6b4727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)