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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 藥??扼?] | 1110010101011010001111110011111110011101010011100011111101011101 | e55a3f3f9d4e3f5d |
EUC-JP | 藥??扼?] | 1110100110111011001111110011111111011001101011110011111101011101 | e9bb3f3fd9af3f5d |
UTF-8 | 藥먩쪧扼췘] | 11101000100101111010010111101011101010001010100111101100101010101010011111100110100010011011110011101100101101111001100001011101 | e897a5eba8a9ecaaa7e689bcecb7985d |
UHC | 藥먩쪧扼췘] | 1110010110110111100100001110011010100101101000001110010011111001101011100101000101011101 | e5b790e6a5a0e4f9ae515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)