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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔚??肢? | 10001001010101010011111100111111100011101000100000111111 | 89553f3f8e883f |
EUC-JP | 蔚??肢? | 10110001101101100011111100111111101110111110100000111111 | b1b63f3fbbe83f |
UTF-8 | 蔚펩冷肢렓 | 111010001001010010011010111011011000111010101001111011111010010010101110111010001000001010100010111010111010000010010011 | e8949aed8ea9efa4aee882a2eba093 |
UHC | 蔚펩冷肢렓 | 11101010101001011100011011101001110100101011001011110010101101101000111010101000 | eaa5c6e9d2b2f2b68ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)