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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝴・竊被酷莠 | 1110010110011010101001011110001010000110100101001110110110001101100100111110010010111010 | e59aa5e28694ed8d93e4ba |
EUC-JP | 蝴・竊被酷莠 | 111010011111101010001110101001011110001111100110110010001110111110111001111100111110100010111100 | e9fa8ea5e3e6c8efb9f3e8bc |
UTF-8 | 蝴・竊被酷莠 | 111010001001110110110100111011111011110110100101111001111010101110001010111010001010001010101011111010011000010110110111111010001000111010100000 | e89db4efbda5e7ab8ae8a2abe985b7e88ea0 |
UHC | 蝴?竊被酷? | 11111011110111010011111111101111101111001111100110101100111110111110010100111111 | fbdd3fefbcf9acfbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)