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 | 擺鳰网磋 | 1001110110110010111010011110101011100011101001001110000111110110 | 9db2e9eae3a4e1f6 |
EUC-JP | 擺鳰网磋 | 1101101010110100111100101110110011100110101001101110001011111000 | dab4f2ece6a6e2f8 |
UTF-8 | 擺鳰网磋 | 111001101001001110111010111010011011001110110000111001111011110110010001111001111010001110001011 | e693bae9b3b0e7bd91e7a38b |
UHC | 擺??磋 | 111101111110110000111111001111111111001110101111 | f7ec3f3ff3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)