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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齏疲ク・碪 | 1110100011101011100101001110011010111000101001011110000111110010 | e8eb94e6b8a5e1f2 |
EUC-JP | 齏疲ク・碪 | 11110000111011011100100011101000100011101011100010001110101001011110001011110100 | f0edc8e88eb88ea5e2f4 |
UTF-8 | 齏疲ク・碪 | 111010011011110110001111111001111001011010110010111011111011110110111000111011111011110110100101111001111010001010101010 | e9bd8fe796b2efbdb8efbda5e7a2aa |
UHC | ?疲??? | 001111111111100110101010001111110011111100111111 | 3ff9aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)