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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 藥?渦??B | 1110010101011010001111111000100101010001001111110011111101000010 | e55a3f89513f3f42 |
EUC-JP | 藥?渦??B | 1110100110111011001111111011000110110010001111110011111101000010 | e9bb3fb1b23f3f42 |
UTF-8 | 藥퐆渦욘튆B | 11101000100101111010010111101101100100001000011011100110101110001010011011101100100110101001100011101101100010101000011001000010 | e897a5ed9086e6b8a6ec9a98ed8a8642 |
UHC | 藥퐆渦욘튆B | 1110010110110111101111010110101111101000101111101011111111100110101110011001101101000010 | e5b7bd6be8bebfe6b99b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)