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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釥紗執 | 111110111100000010001110110100011000111010110111 | fbc08ed18eb7 |
EUC-JP | 釥紗執 | 10001111111000111010101110111100110100111011110010111001 | 8fe3abbcd3bcb9 |
UTF-8 | 釥紗執 | 111010011000011110100101111001111011010010010111111001011001111110110111 | e987a5e7b497e59fb7 |
UHC | ?紗執 | 0011111111011110111010011111001011111011 | 3fdee9f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)