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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跣怜オ悟 | 11100110111011111001011111100101101101011000110011100101 | e6ef97e5b58ce5 |
EUC-JP | 跣怜オ悟 | 1110110011110001110011101110011110001110101101011011100011100111 | ecf1cee78eb5b8e7 |
UTF-8 | 跣怜オ悟 | 111010001011011110100011111001101000000010011100111011111011110110110101111001101000001010011111 | e8b7a3e6809cefbdb5e6829f |
UHC | 跣怜?悟 | 11100000110100111101011010111011001111111110011111110110 | e0d3d6bb3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)