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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 隰晏濤}B | 1110100010101100100111011110010110011111101101110111110101000010 | e8ac9de59fb77d42 |
EUC-JP | 隰晏濤}B | 1111000010101110110110101110011111011110101110010111110101000010 | f0aedae7deb97d42 |
UTF-8 | 隰晏濤}B | 1110100110011010101100001110011010011001100011111110011010111111101001000111110101000010 | e99ab0e6998fe6bfa47d42 |
UHC | ?晏濤}B | 00111111111001001100111111010100101001100111110101000010 | 3fe4cfd4a67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)