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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銹然銹然B | 111001111111011010010001010100101110011111110110100100010101001001000010 | e7f69152e7f6915242 |
EUC-JP | 銹然銹然B | 111011101111100011000001101100111110111011111000110000011011001101000010 | eef8c1b3eef8c1b342 |
UTF-8 | 銹然銹然B | 11101001100010101011100111100111100001001011011011101001100010101011100111100111100001001011011001000010 | e98ab9e784b6e98ab9e784b642 |
UHC | 銹然銹然B | 111000101100100011100110110101001110001011001000111001101101010001000010 | e2c8e6d4e2c8e6d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)