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 | 豼疲ソ韮 | 11100110101111111001010011100110101111111001010001000010 | e6bf94e6bf9442 |
EUC-JP | 豼疲ソ韮 | 1110110011000001110010001110100010001110101111111100011110100011 | ecc1c8e88ebfc7a3 |
UTF-8 | 豼疲ソ韮 | 111010001011000110111100111001111001011010110010111011111011110110111111111010011001111110101110 | e8b1bce796b2efbdbfe99fae |
UHC | ?疲?? | 0011111111111001101010100011111100111111 | 3ff9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)