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 | 淨論┗姐 | 1001111111000100100110000101111110000100101011111000100010110111 | 9fc4985f84af88b7 |
EUC-JP | 淨論┗姐 | 1101111011000110110011111100000010101000101100011011000010111001 | dec6cfc0a8b1b0b9 |
UTF-8 | 淨論┗姐 | 111001101011011110101000111010001010101110010110111000101001010010010111111001011010011110010000 | e6b7a8e8ab96e29497e5a790 |
UHC | 淨論┗姐 | 1110111111100100110101101110010110100110101100011110111010111011 | efe4d6e5a6b1eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)