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 | 藥≪?悟 | 11100101010110101000000111100001001111111000110011100101 | e55a81e13f8ce5 |
EUC-JP | 藥≪?悟 | 11101001101110111010001011100011001111111011100011100111 | e9bba2e33fb8e7 |
UTF-8 | 藥≪꼹悟 | 111010001001011110100101111000101000100110101010111010101011110010111001111001101000001010011111 | e897a5e289aaeabcb9e6829f |
UHC | 藥≪꼹悟 | 1110010110110111101000011110110010000100100100011110011111110110 | e5b7a1ec8491e7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)