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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竇ク雖蛾挙貍 | 1110001010000101101110001110010110101011100010011110100110001011100100111110011010111100 | e285b8e5ab89e98b93e6bc |
EUC-JP | 竇ク雖蛾挙貍 | 111000111110010110001110101110001110101010101101101100101110101110110101111100111110110010111110 | e3e58eb8eaadb2ebb5f3ecbe |
UTF-8 | 竇ク雖蛾挙貍 | 111001111010101110000111111011111011110110111000111010011001101110010110111010001001101110111110111001101000110010011001111010001011001010001101 | e7ab87efbdb8e99b96e89bbee68c99e8b28d |
UHC | 竇?雖蛾?? | 110101001110010000111111111000101100110011100100101101100011111100111111 | d4e43fe2cce4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)