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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邏懃「甫 | 11100111101101001001110011100111101000101001010111100001 | e7b49ce7a295e1 |
EUC-JP | 邏懃「甫 | 1110111010110110110110001110100110001110101000101100101011100011 | eeb6d8e98ea2cae3 |
UTF-8 | 邏懃「甫 | 111010011000001010001111111001101000011110000011111011111011110110100010111001111001010010101011 | e9828fe68783efbda2e794ab |
UHC | 邏懃?甫 | 11010101101001001101000011000100001111111101110011001011 | d5a4d0c43fdccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)