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ê\ | 1001000001010010100011101110101001011100 | 90528eea5c |
SJIS-WIN | ?R??\ | 0011111101010010001111110011111101011100 | 3f523f3f5c |
EUC-JP | ?R?ê\ | 00111111010100100011111110001111101010111011010001011100 | 3f523f8fabb45c |
UTF-8 | Rê\ | 1100001010010000010100101100001010001110110000111010101001011100 | c29052c28ec3aa5c |
UHC | ?R??\ | 0011111101010010001111110011111101011100 | 3f523f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)