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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠢抑蠢養^ | 111001011011111110010111011111011110010110111111100101110111101101011110 | e5bf977de5bf977b5e |
EUC-JP | 蠢抑蠢養^ | 111010101100000111001101110111101110101011000001110011011101110001011110 | eac1cddeeac1cddc5e |
UTF-8 | 蠢抑蠢養^ | 11101000101000001010001011100110100010101001000111101000101000001010001011101001101001001000101001011110 | e8a0a2e68a91e8a0a2e9a48a5e |
UHC | 蠢抑蠢養^ | 111100011110001111100101111001001111000111100011111001011101011101011110 | f1e3e5e4f1e3e5d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)