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 | ×ÌóÊ^ | 1101011111001100111100111100101001011110 | d7ccf3ca5e |
SJIS-WIN | ×???^ | 100000010111111000111111001111110011111101011110 | 817e3f3f3f5e |
EUC-JP | ×ÌóÊ^ | 101000011101111110001111101010101100000010001111101010111101000110001111101010101011010001011110 | a1df8faac08fabd18faab45e |
UTF-8 | ×ÌóÊ^ | 110000111001011111000011100011001100001110110011110000111000101001011110 | c397c38cc3b3c38a5e |
UHC | ×???^ | 101000011011111100111111001111110011111101011110 | a1bf3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)