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 | 筌〓?藥 | 11100010101000111000000110101100001111111110010101011010 | e2a381ac3fe55a |
EUC-JP | 筌〓?藥 | 11100100101001011010001010101110001111111110100110111011 | e4a5a2ae3fe9bb |
UTF-8 | 筌〓젩藥 | 111001111010110110001100111000111000000010010011111011001010000010101001111010001001011110100101 | e7ad8ce38093eca0a9e897a5 |
UHC | 筌〓젩藥 | 1110111110100111101000011110101110100000101000011110010110110111 | efa7a1eba0a1e5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)