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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥井クェ | 11101001100001111000100011100100101110001000001101000110 | e98788e4b88346 |
EUC-JP | 驥井クェ | 1111000111100111101100001110011010001110101110001010010110100111 | f1e7b0e68eb8a5a7 |
UTF-8 | 驥井クェ | 111010011010100110100101111001001011101010010101111011111011110110111000111000111000001010100111 | e9a9a5e4ba95efbdb8e382a7 |
UHC | 驥井?ェ | 11010001110010101110111111001100001111111010101110100111 | d1caefcc3faba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)