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 | ?????r\ | 00111111001111110011111100111111001111110111001001011100 | 3f3f3f3f3f725c |
SJIS-WIN | 諤仙拍髻イr\ | 1110011010000000100100001110010110010100100011111110100110011111101100100111001001011100 | e68090e5948fe99fb2725c |
EUC-JP | 諤仙拍髻イr\ | 111010111110000011000000111001111100011111101111111100101010000110001110101100100111001001011100 | ebe0c0e7c7eff2a18eb2725c |
UTF-8 | 諤仙拍髻イr\ | 1110100010101011101001001110010010111011100110011110011010001011100011011110100110101011101110111110111110111101101100100111001001011100 | e8aba4e4bb99e68b8de9abbbefbdb2725c |
UHC | ?仙拍??r\ | 001111111110000010111001110110101101000000111111001111110111001001011100 | 3fe0b9dad03f3f725c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)