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 | 臟魄臟白^ | 111001000110011011101001101011101110010001100110100101001001001001011110 | e466e9aee46694925e |
EUC-JP | 臟魄臟白^ | 111001111100011111110010101100001110011111000111110001111111001001011110 | e7c7f2b0e7c7c7f25e |
UTF-8 | 臟魄臟白^ | 11101000100001111001111111101001101011011000010011101000100001111001111111100111100110011011110101011110 | e8879fe9ad84e8879fe799bd5e |
UHC | 臟魄臟白^ | 111011011111010011011011110111101110110111110100110110111101110001011110 | edf4dbdeedf4dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)