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 | ?r?m | 00111111011100100011111101101101 | 3f723f6d |
SJIS-WIN | ?r?m | 00111111011100100011111101101101 | 3f723f6d |
EUC-JP | ?r?m | 00111111011100100011111101101101 | 3f723f6d |
UTF-8 | 혪r혥m | 1110110110011000101010100111001011101101100110001010010101101101 | ed98aa72ed98a56d |
UHC | 혪r혥m | 110000101001001001110010110000101000110101101101 | c29272c28d6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)