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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 佇???憑B | 1001100011001000001111110011111100111111100111001101111101000010 | 98c83f3f3f9cdf42 |
EUC-JP | 佇???憑B | 1101000011001010001111110011111100111111110110001110000101000010 | d0ca3f3f3fd8e142 |
UTF-8 | 佇쇤렡띔憑B | 11100100101111011000011111101100100001111010010011101011101000001010000111101011100111011001010011100110100001101001000101000010 | e4bd87ec87a4eba0a1eb9d94e6869142 |
UHC | 佇쇤렡띔憑B | 1110111010110111101111001110100110001110101100101011011011101010110111101011101101000010 | eeb7bce98eb2b6eadebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)