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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 際?肢?箏?^ | 10001101110110110011111110001110100010000011111111100010101101010011111101011110 | 8ddb3f8e883fe2b53f5e |
EUC-JP | 際?肢?箏?^ | 10111010110111010011111110111011111010000011111111100100101101110011111101011110 | badd3fbbe83fe4b73f5e |
UTF-8 | 際렑肢렖箏렎^ | 11101001100110101001101111101011101000001001000111101000100000101010001011101011101000001001011011100111101011101000111111101011101000001000111001011110 | e99a9beba091e882a2eba096e7ae8feba08e5e |
UHC | 際렑肢렖箏렎^ | 11110000101101111000111010100110111100101011011010001110101010111110111010110100100011101010010001011110 | f0b78ea6f2b68eabeeb48ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)