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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 媛?攻\ | 100101010101000100111111100011010101010101011100 | 95513f8d555c |
EUC-JP | 媛?攻\ | 110010011011001000111111101110011011011001011100 | c9b23fb9b65c |
UTF-8 | 媛븅攻\ | 11100101101010101001101111101011101110001000010111100110100101001011101101011100 | e5aa9bebb885e694bb5c |
UHC | 媛븅攻\ | 11101010101100001011101011101001110011011111010001011100 | eab0bae9cdf45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)