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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????蕨^ | 00111111001111110011111100111111100110000110111001011110 | 3f3f3f3f986e5e |
EUC-JP | ????蕨^ | 00111111001111110011111100111111110011111100111101011110 | 3f3f3f3fcfcf5e |
UTF-8 | 樂띚붼썚蕨^ | 11101111101001101011111111101011100111011001101011101011101101101011110011101100100011011001101011101000100101011010100001011110 | efa6bfeb9d9aebb6bcec8d9ae895a85e |
UHC | 樂띚붼썚蕨^ | 1110100011111001100011011101000010010100111010011001101110001101110011111111001001011110 | e8f98dd094e99b8dcff25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)