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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ?種襲y | 001111111000111011101101100011110101000001111001 | 3f8eed8f5079 |
EUC-JP | 晛種襲y | 1000111111000010101110111011110011101111101111011011000101111001 | 8fc2bbbcefbdb179 |
UTF-8 | 晛種襲y | 11100110100110011001101111100111101010001010111011101000101001011011001001111001 | e6999be7a8aee8a5b279 |
UHC | 晛種襲y | 11111010110110011111000011111010111000111010100101111001 | fad9f0fae3a979 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)