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 | 紗写霓 | 100011101101000110001110110010101110100010111101 | 8ed18ecae8bd |
EUC-JP | 紗写霓 | 101111001101001110111100110011001111000010111111 | bcd3bcccf0bf |
UTF-8 | 紗写霓 | 111001111011010010010111111001011000011010011001111010011001110010010011 | e7b497e58699e99c93 |
UHC | 紗?霓 | 1101111011101001001111111110011111100111 | dee93fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)