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 | 遠?鼎?? | 10001001100100110011111110010011010000110011111100111111 | 89933f93433f3f |
EUC-JP | 遠?鼎?? | 10110001111100110011111111000101101001000011111100111111 | b1f33fc5a43f3f |
UTF-8 | 遠렕鼎淚롛 | 111010011000000110100000111010111010000010010101111010011011110010001110111011111010010110001101111010111010000110011011 | e981a0eba095e9bc8eefa58deba19b |
UHC | 遠렕鼎淚롛 | 11101010110000001000111010101010111100001010001111010010111001111000111011011111 | eac08eaaf0a3d2e78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)