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 | 芯牾芯牾^ | 100100000110001111100000101100011001000001100011111000001011000101011110 | 9063e0b19063e0b15e |
EUC-JP | 芯牾芯牾^ | 101111111100010011100000101100111011111111000100111000001011001101011110 | bfc4e0b3bfc4e0b35e |
UTF-8 | 芯牾芯牾^ | 11101000100010101010111111100111100010011011111011101000100010101010111111100111100010011011111001011110 | e88aafe789bee88aafe789be5e |
UHC | 芯?芯?^ | 11100100101001010011111111100100101001010011111101011110 | e4a53fe4a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)