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 | ?ε?源? | 00111111100000111100001100111111100011001011100100111111 | 3f83c33f8cb93f |
EUC-JP | ?ε?源? | 00111111101001101100010100111111101110001011101100111111 | 3fa6c53fb8bb3f |
UTF-8 | 若ε낡源퇑 | 1110111110100101101101001100111010110101111010111000001010100001111001101011101010010000111011011000011110010001 | efa5b4ceb5eb82a1e6ba90ed8791 |
UHC | 若ε낡源퇑 | 11100101101011101010010111100101101100111011000011101010101110011011100001000010 | e5aea5e5b3b0eab9b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)