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 | 11101100110111111011010001101000 | ecdfb468 |
SJIS-WIN | ??´h | 0011111100111111100000010100110001101000 | 3f3f814c68 |
EUC-JP | ìß´h | 100011111010101111000000100011111010100111001110101000011010110101101000 | 8fabc08fa9cea1ad68 |
UTF-8 | ìß´h | 11000011101011001100001110011111110000101011010001101000 | c3acc39fc2b468 |
UHC | ?ß´h | 001111111010100110101100101000101010010101101000 | 3fa9aca2a568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)