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? | 001111110111001000111111 | 3f723f |
SJIS-WIN | ?r? | 001111110111001000111111 | 3f723f |
EUC-JP | ?r? | 001111110111001000111111 | 3f723f |
UTF-8 | 혺r챌 | 11101101100110001011101001110010111011001011000110001100 | ed98ba72ecb18c |
UHC | 혺r챌 | 1100001010011111011100101100001110100111 | c29f72c3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)