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 | 粐矩械諡 | 1110001011100010100010111110100110001010010000101110011010001011 | e2e28be98a42e68b |
EUC-JP | 粐矩械諡 | 1110010011100100101101101110101110110011101000111110101111101011 | e4e4b6ebb3a3ebeb |
UTF-8 | 粐矩械諡 | 111001111011001010010000111001111001111110101001111001101010001010110000111010001010101110100001 | e7b290e79fa9e6a2b0e8aba1 |
UHC | ?矩械諡 | 00111111110011111011101111001100111111101110001111001101 | 3fcfbbccfee3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)