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 | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-WIN | 乙??至?S | 1000100110110011001111110011111110001110100010100011111101010011 | 89b33f3f8e8a3f53 |
EUC-JP | 乙??至?S | 1011001010110101001111110011111110111011111010100011111101010011 | b2b53f3fbbea3f53 |
UTF-8 | 乙재헬至렭S | 11100100101110011001100111101100100111101010110011101101100101111010110011101000100001111011001111101011101000001010110101010011 | e4b999ec9eaced97ace887b3eba0ad53 |
UHC | 乙재헬至렭S | 1110101111100000110000001110011111000111111011111111001010111000100011101011101001010011 | ebe0c0e7c7eff2b88eba53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)