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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鍜o┌^ | 11101000010001111000001010001111100001001010000101011110 | e847828f84a15e |
EUC-JP | 鍜o┌^ | 11101111101010001010001111101111101010001010001101011110 | efa8a3efa8a35e |
UTF-8 | 鍜o┌^ | 11101001100011011001110011101111101111011000111111100010100101001000110001011110 | e98d9cefbd8fe2948c5e |
UHC | ?o┌^ | 001111111010001111101111101001101010001101011110 | 3fa3efa6a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)