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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 擺豎擺豎B | 100111011011001011100110101100011001110110110010111001101011000101000010 | 9db2e6b19db2e6b142 |
EUC-JP | 擺豎擺豎B | 110110101011010011101100101100111101101010110100111011001011001101000010 | dab4ecb3dab4ecb342 |
UTF-8 | 擺豎擺豎B | 11100110100100111011101011101000101100011000111011100110100100111011101011101000101100011000111001000010 | e693bae8b18ee693bae8b18e42 |
UHC | 擺?擺?B | 11110111111011000011111111110111111011000011111101000010 | f7ec3ff7ec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)