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 | 蟯?К靄 | 11100101101100100011111110000100010010111110100011001001 | e5b23f844be8c9 |
EUC-JP | 蟯?К靄 | 11101010101101000011111110100111101011001111000011001011 | eab43fa7acf0cb |
UTF-8 | 蟯양К靄 | 1110100010011111101011111110110010010110100100011101000010011010111010011001110110000100 | e89fafec9691d09ae99d84 |
UHC | 蟯양К靄 | 1110100110101000101111101110011110101100101011001110010011110111 | e9a8bee7acace4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)