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 | ç§òû] | 1110011110100111111100101111101101011101 | e7a7f2fb5d |
SJIS-WIN | ?§??] | 001111111000000110011000001111110011111101011101 | 3f81983f3f5d |
EUC-JP | ç§òû] | 100011111010101110101110101000011111100010001111101010111101001010001111101010111110010101011101 | 8fabaea1f88fabd28fabe55d |
UTF-8 | ç§òû] | 110000111010011111000010101001111100001110110010110000111011101101011101 | c3a7c2a7c3b2c3bb5d |
UHC | ?§??] | 001111111010000111010111001111110011111101011101 | 3fa1d73f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)