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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 兒獸[兒獸[^ | 1001100101011010111000001101011101011011100110010101101011100000110101110101101101011110 | 995ae0d75b995ae0d75b5e |
EUC-JP | 兒獸[兒獸[^ | 1101000110111011111000001101100101011011110100011011101111100000110110010101101101011110 | d1bbe0d95bd1bbe0d95b5e |
UTF-8 | 兒獸[兒獸[^ | 111001011000010110010010111001111000110110111000010110111110010110000101100100101110011110001101101110000101101101011110 | e58592e78db85be58592e78db85b5e |
UHC | 兒獸[兒獸[^ | 1110010010101110111000101010111001011011111001001010111011100010101011100101101101011110 | e4aee2ae5be4aee2ae5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)