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 | 邵母キ晨 | 11100111101110001001010111101010101101111001110111101101 | e7b895eab79ded |
EUC-JP | 邵母キ晨 | 1110111010111010110010101110110010001110101101111101101011101111 | eebacaec8eb7daef |
UTF-8 | 邵母キ晨 | 111010011000001010110101111001101010111110001101111011111011110110110111111001101001100110101000 | e982b5e6af8defbdb7e699a8 |
UHC | 邵母?晨 | 11100001110100001101100110111101001111111110001111100111 | e1d0d9bd3fe3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)