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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
EUC-JP | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
UTF-8 | 쩐횓챨횤d | 11101100101010011001000011101101100110101001001111101100101100011010100011101101100110101010010001100100 | eca990ed9a93ecb1a8ed9aa464 |
UHC | 쩐횓챨횤d | 110000101011111011000011100011101100001110110000110000111001101101100100 | c2bec38ec3b0c39b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)