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 | 霑ッ蝓弱′ | 111010001011111110101111111001011001111110001110111000111000000110001100 | e8bfafe59f8ee3818c |
EUC-JP | 霑ッ蝓弱′ | 11110000110000011000111010101111111010101010000110111100111001011010000111101100 | f0c18eafeaa1bce5a1ec |
UTF-8 | 霑ッ蝓弱′ | 111010011001110010010001111011111011110110101111111010001001110110010011111001011011110010110001111000101000000010110010 | e99c91efbdafe89d93e5bcb1e280b2 |
UHC | 霑??弱′ | 1110111111000101001111110011111111100101101100001010000111000111 | efc53f3fe5b0a1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)