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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 束促F | 1001000110101001100100011010001101000110 | 91a991a346 |
EUC-JP | 束促F | 1100001010101011110000101010010101000110 | c2abc2a546 |
UTF-8 | 束促F | 11100110100111011001111111100100101111111000001101000110 | e69d9fe4bf8346 |
UHC | 束促F | 1110000111010110111101011011010101000110 | e1d6f5b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)