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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 驥井クゼBF | 111010011000011110001000111001001011100010000011010110110100001001000110 | e98788e4b8835b4246 |
EUC-JP | 驥井クゼBF | 11110001111001111011000011100110100011101011100010100101101111000100001001000110 | f1e7b0e68eb8a5bc4246 |
UTF-8 | 驥井クゼBF | 1110100110101001101001011110010010111010100101011110111110111101101110001110001110000010101111000100001001000110 | e9a9a5e4ba95efbdb8e382bc4246 |
UHC | 驥井?ゼBF | 110100011100101011101111110011000011111110101011101111000100001001000110 | d1caefcc3fabbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)