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 | ??c??RB | 00111111001111110110001100111111001111110101001001000010 | 3f3f633f3f5242 |
SJIS-WIN | 鶯痔c鶯痔RB | 1110100111110010100011101010010001100011111010011111001010001110101001000101001001000010 | e9f28ea463e9f28ea45242 |
EUC-JP | 鶯痔c鶯痔RB | 1111001011110100101111001010011001100011111100101111010010111100101001100101001001000010 | f2f4bca663f2f4bca65242 |
UTF-8 | 鶯痔c鶯痔RB | 111010011011011010101111111001111001011110010100011000111110100110110110101011111110011110010111100101000101001001000010 | e9b6afe7979463e9b6afe797945242 |
UHC | 鶯痔c鶯痔RB | 1110010110100011111101101100000001100011111001011010001111110110110000000101001001000010 | e5a3f6c063e5a3f6c05242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)