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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?鼎??? | 001111111001001101000011001111110011111100111111 | 3f93433f3f3f |
EUC-JP | ?鼎??? | 001111111100010110100100001111110011111100111111 | 3fc5a43f3f3f |
UTF-8 | 롔鼎롊렊렔 | 111010111010000110010100111010011011110010001110111010111010000110001010111010111010000010001010111010111010000010010100 | eba194e9bc8eeba18aeba08aeba094 |
UHC | 롔鼎롊렊렔 | 10001110110110001111000010100011100011101101000010001110101000011000111010101001 | 8ed8f0a38ed08ea18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)