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???? | 001111110111001000111111001111110011111100111111 | 3f723f3f3f3f |
SJIS-WIN | ?r???? | 001111110111001000111111001111110011111100111111 | 3f723f3f3f3f |
EUC-JP | ?r???? | 001111110111001000111111001111110011111100111111 | 3f723f3f3f3f |
UTF-8 | 혺r챌횞혣횥 | 11101101100110001011101001110010111011001011000110001100111011011001101010011110111011011001100010100011111011011001101010100101 | ed98ba72ecb18ced9a9eed98a3ed9aa5 |
UHC | 혺r챌횞혣횥 | 1100001010011111011100101100001110100111110000111001011111000010100011001100001110011100 | c29f72c3a7c397c28cc39c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)