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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隹ソ谿顔オ「^ | 11101000101100001011111111100110101011101000101011100111101101011010001001011110 | e8b0bfe6ae8ae7b5a25e |
EUC-JP | 隹ソ谿顔オ「^ | 11110000101100101000111010111111111011001011000010110100111010011000111010110101100011101010001001011110 | f0b28ebfecb0b4e98eb58ea25e |
UTF-8 | 隹ソ谿顔オ「^ | 11101001100110101011100111101111101111011011111111101000101100001011111111101001101000011001010011101111101111011011010111101111101111011010001001011110 | e99ab9efbdbfe8b0bfe9a194efbdb5efbda25e |
UHC | ??谿顔??^ | 001111110011111111001101101011001110010011010100001111110011111101011110 | 3f3fcdace4d43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)