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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ????孚h | 00111111001111110011111100111111100110110111010001101000 | 3f3f3f3f9b7468 |
EUC-JP | ????孚h | 00111111001111110011111100111111110101011101010101101000 | 3f3f3f3fd5d568 |
UTF-8 | 렺씽렍렻孚h | 11101011101000001011101011101100100101001011110111101011101000001000110111101011101000001011101111100101101011011001101001101000 | eba0baec94bdeba08deba0bbe5ad9a68 |
UHC | 렺씽렍렻孚h | 1000111011000010101111101100010110001110101000111000111011000011110111011010000101101000 | 8ec2bec58ea38ec3dda168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)