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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迪狡?攪愁B | 11100111100011001110000011000010001111111001110110011000100011110100010001000010 | e78ce0c23f9d988f4442 |
EUC-JP | 迪狡?攪愁B | 11101101111011001110000011000100001111111101100111111000101111011010010101000010 | edece0c43fd9f8bda542 |
UTF-8 | 迪狡렰攪愁B | 11101000101111111010101011100111100010111010000111101011101000001011000011100110100101001010101011100110100001001000000101000010 | e8bfaae78ba1eba0b0e694aae6848142 |
UHC | 迪狡렰攪愁B | 1110111011101000110011101110101010001110101111011100111011100110111000011111111001000010 | eee8ceea8ebdcee6e1fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)