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 | 凜湿溿治胖 | 11101010101000111000111010111100111110110100101010001110101000011110001111110100 | eaa38ebcfb4a8ea1e3f4 |
EUC-JP | 凜湿溿治胖 | 1111010010100101101111001011111010001111110010001011000110111100101000111110011011110110 | f4a5bcbe8fc8b1bca3e6f6 |
UTF-8 | 凜湿溿治胖 | 111001011000011110011100111001101011100110111111111001101011101010111111111001101011001010111011111010001000001110010110 | e5879ce6b9bfe6babfe6b2bbe88396 |
UHC | 凜??治? | 11010111110011110011111100111111111101101011110100111111 | d7cf3f3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)