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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 忌?脅^ | 100010101111010100111111100010111011101001011110 | 8af53f8bba5e |
EUC-JP | 忌?脅^ | 101101001111011100111111101101101011110001011110 | b4f73fb6bc5e |
UTF-8 | 忌싍脅^ | 11100101101111111000110011101100100010111000110111101000100001001000010101011110 | e5bf8cec8b8de884855e |
UHC | 忌싍脅^ | 11010000111110111001101011010000111110101111011001011110 | d0fb9ad0faf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)