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 | 墻ョ?易 | 10011010110101001000001110000111001111111000100011010101 | 9ad483873f88d5 |
EUC-JP | 墻ョ?易 | 11010100110101101010010111100111001111111011000011010111 | d4d6a5e73fb0d7 |
UTF-8 | 墻ョㅊ易 | 111001011010001010111011111000111000001110100111111000111000010110001010111001101001100010010011 | e5a2bbe383a7e3858ae69893 |
UHC | 墻ョㅊ易 | 1110110111011111101010111110011110100100101110101110011010110110 | eddfabe7a4bae6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)