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 | 螂 | 11110111111101011111001011001011111101001110101111110111111101011110010110100101 | f7f5f2cbf4ebf7f5e5a5 |
EUC-JP | ????螂 | 001111110011111100111111001111111110101010100111 | 3f3f3f3feaa7 |
UTF-8 | 螂 | 111011101001011110011000111011101000100010000010111011101000111010011010111011101001011110011000111010001001111010000010 | ee9798ee8882ee8e9aee9798e89e82 |
UHC | ????螂 | 001111110011111100111111001111111101010111001100 | 3f3f3f3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)