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 | 蝣喜丙繹 | 1110010110100000100010101110110010010101101110001110001110001000 | e5a08aec95b8e388 |
EUC-JP | 蝣喜丙繹 | 1110101010100010101101001110111011001010101110101110010111101000 | eaa2b4eecabae5e8 |
UTF-8 | 蝣喜丙繹 | 111010001001110110100011111001011001011010011100111001001011100010011001111001111011100110111001 | e89da3e5969ce4b899e7b9b9 |
UHC | ?喜丙繹 | 00111111111111011110110011011100101100001110011010111010 | 3ffdecdcb0e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)