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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 蝪九f粡ャQ] | 1110010110100001100010111110001110000010100001101110001011100111101011000101000101011101 | e5a18be38286e2e7ac515d |
EUC-JP | 蝪九f粡ャQ] | 111010101010001110110110111001011010001111100110111001001110100110001110101011000101000101011101 | eaa3b6e5a3e6e4e98eac515d |
UTF-8 | 蝪九f粡ャQ] | 1110100010011101101010101110010010111001100111011110111110111101100001101110011110110010101000011110111110111101101011000101000101011101 | e89daae4b99defbd86e7b2a1efbdac515d |
UHC | ?九f??Q] | 001111111100111011111010101000111110011000111111001111110101000101011101 | 3fcefaa3e63f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)