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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韃珠ш | 111010001110010110001110111011001000010010001010 | e8e58eec848a |
EUC-JP | 韃珠ш | 111100001110011110111100111011101010011111101010 | f0e7bceea7ea |
UTF-8 | 韃珠ш | 1110100110011111100000111110011110001111101000001101000110001000 | e99f83e78fa0d188 |
UHC | ?珠ш | 0011111111110001110000011010110011101010 | 3ff1c1acea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)