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 | 毫紗?富 | 10011111011111001000111011010001001111111001010101111000 | 9f7c8ed13f9578 |
EUC-JP | 毫紗?富 | 11011101110111011011110011010011001111111100100111011001 | ddddbcd33fc9d9 |
UTF-8 | 毫紗렓富 | 111001101010111110101011111001111011010010010111111010111010000010010011111001011010111110001100 | e6afabe7b497eba093e5af8c |
UHC | 毫紗렓富 | 1111101111000110110111101110100110001110101010001101110110100011 | fbc6dee98ea8dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)