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 | 闢∬イ槫ィシ^ | 11101000100100111000000111101000101100101001111011100101101010001011110001011110 | e89381e8b29ee5a8bc5e |
EUC-JP | 闢∬イ槫ィシ^ | 11101111111100111010001011101010100011101011001011011100111001111000111010101000100011101011110001011110 | eff3a2ea8eb2dce78ea88ebc5e |
UTF-8 | 闢∬イ槫ィシ^ | 11101001100101111010001011100010100010001010110011101111101111011011001011100110101001111010101111101111101111011010100011101111101111011011110001011110 | e997a2e288acefbdb2e6a7abefbda8efbdbc5e |
UHC | 闢∬????^ | 110111001010001110100001111100110011111100111111001111110011111101011110 | dca3a1f33f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)