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 | ?????EB | 00111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f4542 |
SJIS-WIN | 諤仙拍鬮エEB | 1110011010000000100100001110010110010100100011111110100110101011101101000100010101000010 | e68090e5948fe9abb44542 |
EUC-JP | 諤仙拍鬮エEB | 111010111110000011000000111001111100011111101111111100101010110110001110101101000100010101000010 | ebe0c0e7c7eff2ad8eb44542 |
UTF-8 | 諤仙拍鬮エEB | 1110100010101011101001001110010010111011100110011110011010001011100011011110100110101100101011101110111110111101101101000100010101000010 | e8aba4e4bb99e68b8de9acaeefbdb44542 |
UHC | ?仙拍??EB | 001111111110000010111001110110101101000000111111001111110100010101000010 | 3fe0b9dad03f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)