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?? | 00111111011100100011111100111111 | 3f723f3f |
SJIS-WIN | ?r?? | 00111111011100100011111100111111 | 3f723f3f |
EUC-JP | ?r?? | 00111111011100100011111100111111 | 3f723f3f |
UTF-8 | 횪r혧횊 | 11101101100110101010101001110010111011011001100010100111111011011001101010001010 | ed9aaa72ed98a7ed9a8a |
UHC | 횪r혧횊 | 11000011101000000111001011000010100011111100001110001000 | c3a072c28fc388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)