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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雍笠雍顎^ | 111010001011010010001010011111011110100010110100100010100111101101011110 | e8b48a7de8b48a7b5e |
EUC-JP | 雍笠雍顎^ | 111100001011011010110011110111101111000010110110101100111101110001011110 | f0b6b3def0b6b3dc5e |
UTF-8 | 雍笠雍顎^ | 11101001100110111000110111100111101011001010000011101001100110111000110111101001101000011000111001011110 | e99b8de7aca0e99b8de9a18e5e |
UHC | 雍笠雍顎^ | 111010001011110011011000101000101110100010111100111001001100100101011110 | e8bcd8a2e8bce4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)