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 | ?孚?孚^ | 00111111100110110111010000111111100110110111010001011110 | 3f9b743f9b745e |
EUC-JP | ?孚?孚^ | 00111111110101011101010100111111110101011101010101011110 | 3fd5d53fd5d55e |
UTF-8 | 렺孚렺孚^ | 11101011101000001011101011100101101011011001101011101011101000001011101011100101101011011001101001011110 | eba0bae5ad9aeba0bae5ad9a5e |
UHC | 렺孚렺孚^ | 100011101100001011011101101000011000111011000010110111011010000101011110 | 8ec2dda18ec2dda15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)