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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | ?孀數S | 001111111001101101110001100111011100100101010011 | 3f9b719dc953 |
EUC-JP | ?孀數S | 001111111101010111010010110110101100101101010011 | 3fd5d2dacb53 |
UTF-8 | 쑫孀數S | 11101100100100011010101111100101101011011000000011100110100101011011100001010011 | ec91abe5ad80e695b853 |
UHC | 쑫孀數S | 10011100110001111101111111000101111000101010011001010011 | 9cc7dfc5e2a653 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)