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 | 闢壁叭本^ | 111010001001001110010101110001111001100111011010100101100111101101011110 | e89395c799da967b5e |
EUC-JP | 闢壁叭本^ | 111011111111001111001010110010011101001011011100110010111101110001011110 | eff3cac9d2dccbdc5e |
UTF-8 | 闢壁叭本^ | 11101001100101111010001011100101101000111000000111100101100011111010110111100110100111001010110001011110 | e997a2e5a381e58fade69cac5e |
UHC | 闢壁叭本^ | 110111001010001111011011111110101111100010100011110111001110001001011110 | dca3dbfaf8a3dce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)