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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????慇B | 00111111001111110011111100111111100111001011111001000010 | 3f3f3f3f9cbe42 |
EUC-JP | ????慇B | 00111111001111110011111100111111110110001100000001000010 | 3f3f3f3fd8c042 |
UTF-8 | 룶츕▣룫慇B | 11101011101000111011011011101100101110001001010111100010100101101010001111101011101000111010101111100110100001011000011101000010 | eba3b6ecb895e296a3eba3abe6858742 |
UHC | 룶츕▣룫慇B | 1000111110101011101011101000111110100010110000111000111110100010111010111101101101000010 | 8fabae8fa2c38fa2ebdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)