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 | 隰晏濤謐ィ | 111010001010110010011101111001011001111110110111111001101000110110101000 | e8ac9de59fb7e68da8 |
EUC-JP | 隰晏濤謐ィ | 11110000101011101101101011100111110111101011100111101011111011011000111010101000 | f0aedae7deb9ebed8ea8 |
UTF-8 | 隰晏濤謐ィ | 111010011001101010110000111001101001100110001111111001101011111110100100111010001010110010010000111011111011110110101000 | e99ab0e6998fe6bfa4e8ac90efbda8 |
UHC | ?晏濤謐? | 0011111111100100110011111101010010100110110110101100110100111111 | 3fe4cfd4a6dacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)