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 | ×ÌóÊk | 1101011111001100111100111100101001101011 | d7ccf3ca6b |
SJIS-WIN | ×???k | 100000010111111000111111001111110011111101101011 | 817e3f3f3f6b |
EUC-JP | ×ÌóÊk | 101000011101111110001111101010101100000010001111101010111101000110001111101010101011010001101011 | a1df8faac08fabd18faab46b |
UTF-8 | ×ÌóÊk | 110000111001011111000011100011001100001110110011110000111000101001101011 | c397c38cc3b3c38a6b |
UHC | ×???k | 101000011011111100111111001111110011111101101011 | a1bf3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)