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 | 竣?ε雨句 | 100011110111011000111111100000111100001110001001010010101000101111100101 | 8f763f83c3894a8be5 |
EUC-JP | 竣?ε雨句 | 101111011101011100111111101001101100010110110001101010111011011011100111 | bdd73fa6c5b1abb6e7 |
UTF-8 | 竣ㅸε雨句 | 1110011110101011101000111110001110000101101110001100111010110101111010011001101110101000111001011000111110100101 | e7aba3e385b8ceb5e99ba8e58fa5 |
UHC | 竣ㅸε雨句 | 11110001111000101010010011101000101001011110010111101001111010111100111110100011 | f1e2a4e8a5e5e9ebcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)