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 | 褶帛ケク^ | 11100101111101111001101111100101101110011011100001011110 | e5f79be5b9b85e |
EUC-JP | 褶帛ケク^ | 111010101111100111010110111001111000111010111001100011101011100001011110 | eaf9d6e78eb98eb85e |
UTF-8 | 褶帛ケク^ | 11101000101001001011011011100101101110001001101111101111101111011011100111101111101111011011100001011110 | e8a4b6e5b89befbdb9efbdb85e |
UHC | 褶帛??^ | 11100011101010001101101111011001001111110011111101011110 | e3a8dbd93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)