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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隰晏濤韜 | 1110100010101100100111011110010110011111101101111110100011101001 | e8ac9de59fb7e8e9 |
EUC-JP | 隰晏濤韜 | 1111000010101110110110101110011111011110101110011111000011101011 | f0aedae7deb9f0eb |
UTF-8 | 隰晏濤韜 | 111010011001101010110000111001101001100110001111111001101011111110100100111010011001111110011100 | e99ab0e6998fe6bfa4e99f9c |
UHC | ?晏濤韜 | 00111111111001001100111111010100101001101101010010110111 | 3fe4cfd4a6d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)