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 | 霑ッ蜀怜恟 | 111010001011111110101111111001011000011010010111111001011001110010001111 | e8bfafe58697e59c8f |
EUC-JP | 霑ッ蜀怜恟 | 11110000110000011000111010101111111010011110011011001110111001111101011111101111 | f0c18eafe9e6cee7d7ef |
UTF-8 | 霑ッ蜀怜恟 | 111010011001110010010001111011111011110110101111111010001001110010000000111001101000000010011100111001101000000110011111 | e99c91efbdafe89c80e6809ce6819f |
UHC | 霑?蜀怜? | 1110111111000101001111111111010110111001110101101011101100111111 | efc53ff5b9d6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)