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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鮑忌?慰脅^ | 11101001101110001000101011110101001111111000100011010100100010111011101001011110 | e9b88af53f88d48bba5e |
EUC-JP | 鮑忌?慰脅^ | 11110010101110101011010011110111001111111011000011010110101101101011110001011110 | f2bab4f73fb0d6b6bc5e |
UTF-8 | 鮑忌쌅慰脅^ | 11101001101011101001000111100101101111111000110011101100100011001000010111100110100001011011000011101000100001001000010101011110 | e9ae91e5bf8cec8c85e685b0e884855e |
UHC | 鮑忌쌅慰脅^ | 1111100011101010110100001111101110011010111110001110101011010000111110101111011001011110 | f8ead0fb9af8ead0faf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)