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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跖也吏 | 111001101110100010010110111001111001011110011001 | e6e896e79799 |
EUC-JP | 跖也吏 | 111011001110101011001100111010011100110111111001 | eceacce9cdf9 |
UTF-8 | 跖也吏 | 111010001011011110010110111001001011100110011111111001011001000010001111 | e8b796e4b99fe5908f |
UHC | ?也吏 | 0011111111100101101001011101011111011001 | 3fe5a5d7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)