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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 媛呱] | 1001010101010001100110011110101101011101 | 955199eb5d |
EUC-JP | 媛呱] | 1100100110110010110100101110110101011101 | c9b2d2ed5d |
UTF-8 | 媛呱] | 11100101101010101001101111100101100100011011000101011101 | e5aa9be591b15d |
UHC | 媛呱] | 1110101010110000110011011011001001011101 | eab0cdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)