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???s | 0011111100111111001111110101001100111111001111110011111101110011 | 3f3f3f533f3f3f73 |
SJIS-WIN | ???S???s | 0011111100111111001111110101001100111111001111110011111101110011 | 3f3f3f533f3f3f73 |
EUC-JP | ???S???s | 0011111100111111001111110101001100111111001111110011111101110011 | 3f3f3f533f3f3f73 |
UTF-8 | 묷뫎뫉S묷뭊뫁s | 1110101110101100101101111110101110101011100011101110101110101011100010010101001111101011101011001011011111101011101011011000101011101011101010111000000101110011 | ebacb7ebab8eebab8953ebacb7ebad8aebab8173 |
UHC | 묷뫎뫉S묷뭊뫁s | 1001001001001011100100011011000010010001101010110101001110010010010010111001001001010101100100011010010101110011 | 924b91b091ab53924b925591a573 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)