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 | 阮ー雋截 | 11101000100101101011000011101000101100101001110101000010 | e896b0e8b29d42 |
EUC-JP | 阮ー雋截 | 1110111111110110100011101011000011110000101101001101100110100011 | eff68eb0f0b4d9a3 |
UTF-8 | 阮ー雋截 | 111010011001100010101110111011111011110110110000111010011001101110001011111001101000100010101010 | e998aeefbdb0e99b8be688aa |
UHC | 阮?雋截 | 11101000110101100011111111110001111001101110111110111000 | e8d63ff1e6efb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)