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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 藥〓?闇?h | 111001010101101010000001101011000011111110001000110001010011111101101000 | e55a81ac3f88c53f68 |
EUC-JP | 藥〓?闇?h | 111010011011101110100010101011100011111110110000110001110011111101101000 | e9bba2ae3fb0c73f68 |
UTF-8 | 藥〓튊闇ㆎh | 11101000100101111010010111100011100000001001001111101101100010101000101011101001100101111000011111100011100001101000111001101000 | e897a5e38093ed8a8ae99787e3868e68 |
UHC | 藥〓튊闇ㆎh | 1110010110110111101000011110101110111001100111101110010011100001101001001111111001101000 | e5b7a1ebb99ee4e1a4fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)