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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 將?雍 | 1001101110010010001111111110100010110100 | 9b923fe8b4 |
EUC-JP | 將?雍 | 1101010111110010001111111111000010110110 | d5f23ff0b6 |
UTF-8 | 將렎雍 | 111001011011000010000111111010111010000010001110111010011001101110001101 | e5b087eba08ee99b8d |
UHC | 將렎雍 | 111011011110001010001110101001001110100010111100 | ede28ea4e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)