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 | 蟆Ⅷ蟆Ⅷ^ | 111001011011000010000111010110111110010110110000100001110101101101011110 | e5b0875be5b0875b5e |
EUC-JP | 蟆?蟆?^ | 11101010101100100011111111101010101100100011111101011110 | eab23feab23f5e |
UTF-8 | 蟆Ⅷ蟆Ⅷ^ | 11101000100111111000011011100010100001011010011111101000100111111000011011100010100001011010011101011110 | e89f86e285a7e89f86e285a75e |
UHC | ?Ⅷ?Ⅷ^ | 00111111101001011011011100111111101001011011011101011110 | 3fa5b73fa5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)